fix: remove reference to non-exported width property
This commit is contained in:
@@ -44,7 +44,7 @@ export const LeftSidePanel = (
|
|||||||
});
|
});
|
||||||
|
|
||||||
const { id, socket } = useSocketStore();
|
const { id, socket } = useSocketStore();
|
||||||
const { setWidth, width } = useBrowserDimensionsStore();
|
const { setWidth } = useBrowserDimensionsStore();
|
||||||
const { setRecordingLength } = useGlobalInfoStore();
|
const { setRecordingLength } = useGlobalInfoStore();
|
||||||
|
|
||||||
const workflowHandler = useCallback((data: WorkflowFile) => {
|
const workflowHandler = useCallback((data: WorkflowFile) => {
|
||||||
|
|||||||
Reference in New Issue
Block a user