We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 444ffd3 commit 5557c8fCopy full SHA for 5557c8f
webui/src/routes/app/surfaces/configured/index.tsx
@@ -92,11 +92,11 @@ function SurfaceSettingsPanel() {
92
}
93
94
function SettingsPanelTitleBar() {
95
- const setPanelVisiblity = useConfiguredSurfaceContext()
+ const setPanelVisibility = useConfiguredSurfaceContext()
96
// note that the close button is currently hidden
97
const doClose = useCallback(() => {
98
- setPanelVisiblity(false)
99
- }, [setPanelVisiblity])
+ setPanelVisibility(false)
+ }, [setPanelVisibility])
100
101
return (
102
<div className="secondary-panel-simple-header">
0 commit comments