Skip to content

Commit 9336aa1

Browse files
NicolappsConvex, Inc.
authored andcommitted
Nicolas/remove unused usestate (#40862)
GitOrigin-RevId: 4ef6ff78687ddb6203111f54d678489642afddf3
1 parent 37baf33 commit 9336aa1

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

npm-packages/dashboard-common/src/features/data/components/DataFilters/IndexFilterEditor.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -710,7 +710,6 @@ function ObjectEditorWithPlaceholder({
710710
shouldSurfaceValidatorErrors?: boolean;
711711
}) {
712712
const [innerText, setInnerText] = useState("");
713-
const [_objectEditorKey, _setObjectEditorKey] = useState(0);
714713

715714
return (
716715
<>

0 commit comments

Comments
 (0)