Skip to content

Commit

Permalink
chore(sanity): revert change
Browse files Browse the repository at this point in the history
  • Loading branch information
RitaDias committed Aug 6, 2024
1 parent d883320 commit fd401d7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ const DocumentStatusBarActionsInner = memo(function DocumentStatusBarActionsInne
props: DocumentStatusBarActionsInnerProps,
) {
const {disabled, showMenu, states} = props
const {__internal_tasks, schemaType, openPath, ...other} = useDocumentPane()
const {__internal_tasks, schemaType, openPath} = useDocumentPane()
const [firstActionState, ...menuActionStates] = states
const [buttonElement, setButtonElement] = useState<HTMLButtonElement | null>(null)
const isTreeArrayEditingEnabled = useSource().beta?.treeArrayEditing?.enabled
Expand Down

0 comments on commit fd401d7

Please sign in to comment.