refactor: type improvement of component AddVariablePopupWithPosition (#17497)
This commit is contained in:
parent
e3dc9f3c31
commit
6d59b8d85b
1 changed files with 1 additions and 1 deletions
|
|
@ -29,7 +29,7 @@ const AddVariablePopupWithPosition = ({
|
|||
nodeId,
|
||||
nodeData,
|
||||
}: AddVariablePopupWithPositionProps) => {
|
||||
const ref = useRef(null)
|
||||
const ref = useRef<HTMLDivElement>(null)
|
||||
const showAssignVariablePopup = useStore(s => s.showAssignVariablePopup)
|
||||
const setShowAssignVariablePopup = useStore(s => s.setShowAssignVariablePopup)
|
||||
const { handleNodeDataUpdate } = useNodeDataUpdate()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue