Skip to content

Commit

Permalink
Merge branch 'main' into rr7
Browse files Browse the repository at this point in the history
  • Loading branch information
AlemTuzlak committed Nov 22, 2024
2 parents afb9e81 + 28711a9 commit a46ba60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/client/layout/Tabs.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ const Tab = ({
}

const Tabs = ({ plugins, setIsOpen }: TabsProps) => {
const { settings, setSettings } = useSettingsContext()
const { settings } = useSettingsContext()
const { htmlErrors } = useHtmlErrors()
const { setPersistOpen } = usePersistOpen()
const { activeTab } = settings
Expand Down

0 comments on commit a46ba60

Please sign in to comment.