Skip to content

Commit

Permalink
change: removed hints
Browse files Browse the repository at this point in the history
  • Loading branch information
bfintal@gmail.com committed Nov 8, 2023
1 parent dc1cbcd commit f040703
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/components/inspector-tabs/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ import { InspectorControls, useBlockEditContext } from '@wordpress/block-editor'
import { useGlobalState } from '~stackable/util/global-state'
import { __ } from '@wordpress/i18n'
import { getBlockSupport } from '@wordpress/blocks'
import { Hints } from './hints'

const { Slot: PreInspectorTabSlot, Fill: PreInspectorTabFill } = createSlotFill( 'StackablePreInspectorTab' )
const { Slot: BlockInspectorTabSlot, Fill: BlockInspectorTabFill } = createSlotFill( 'StackableBlockInspectorTab' )
Expand Down Expand Up @@ -108,8 +107,6 @@ const InspectorTabs = props => {
<StyleInspectorTabSlot />
<AdvancedInspectorTabSlot />

<Hints activeTab={ activeTab } />

</InspectorControls>
</>
)
Expand Down

0 comments on commit f040703

Please sign in to comment.