Skip to content

Commit a89d68b

Browse files
psychedeliciousmaryhipp
authored andcommitted
fix(ui): hide shared on workflow library
1 parent 59a8c0d commit a89d68b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
import type { WorkflowCategory } from 'features/nodes/types/workflow';
22
import { atom } from 'nanostores';
33

4-
export const $workflowCategories = atom<WorkflowCategory[]>(['user', 'default', 'project']);
4+
export const $workflowCategories = atom<WorkflowCategory[]>(['user', 'default']);

0 commit comments

Comments
 (0)