Skip to content

Commit

Permalink
chore(sanity): remove unused bindings
Browse files Browse the repository at this point in the history
  • Loading branch information
juice49 committed Oct 15, 2024
1 parent be62cd3 commit ea825b6
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,7 @@ const DocumentStatusBarActionsInner = memo(function DocumentStatusBarActionsInne
props: DocumentStatusBarActionsInnerProps,
) {
const {disabled, showMenu, states, actionProps} = props
const {__internal_tasks, documentId, documentType, documentVersions, formState} =
useDocumentPane()
const {__internal_tasks, documentType, formState} = useDocumentPane()

const paneRouter = usePaneRouter()
const [firstActionState, ...menuActionStates] = states
Expand Down

0 comments on commit ea825b6

Please sign in to comment.