Skip to content

Commit

Permalink
fix(blue-graph): enable 'Confirm' button on attribute deletion
Browse files Browse the repository at this point in the history
  • Loading branch information
saithsab877 committed Dec 18, 2024
1 parent 6c300e7 commit 78673f2
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -303,6 +303,7 @@ export const Editor = ({

const handleDeleteAttribute = (attributeKey: string) => {
setDeletedAttributes((prev) => [...prev, attributeKey])
setSubmitDisabled(false)
}

const handleDelete = async () => {
Expand Down

0 comments on commit 78673f2

Please sign in to comment.