mirror of
https://github.com/ToolJet/ToolJet
synced 2026-05-23 08:58:26 +00:00
Minor performance optimization for inspector
This commit is contained in:
parent
9629e698e9
commit
08853de273
1 changed files with 1 additions and 1 deletions
|
|
@ -94,7 +94,7 @@ export const EventSelector = ({
|
|||
<div className="p-1">
|
||||
<label className="form-label mt-1">Message</label>
|
||||
<input
|
||||
onChange={(e) => eventOptionUpdated(param, 'message', e.target.value, extraData)}
|
||||
onBlur={(e) => eventOptionUpdated(param, 'message', e.target.value, extraData)}
|
||||
value={message}
|
||||
type="text"
|
||||
className="form-control form-control-sm"
|
||||
|
|
|
|||
Loading…
Reference in a new issue