删除多余的依赖
This commit is contained in:
@@ -169,7 +169,7 @@ const StyleEditorPanel: React.FC<StyleEditorPanelProps> = ({
|
||||
setPipeText,
|
||||
} = data;
|
||||
|
||||
const { open, close } = useNotification();
|
||||
const { open } = useNotification();
|
||||
|
||||
const [applyJunctionStyle, setApplyJunctionStyle] = useState(false);
|
||||
const [applyPipeStyle, setApplyPipeStyle] = useState(false);
|
||||
|
||||
Reference in New Issue
Block a user