Browse Source

add workflow modal

visuddhinanda 1 year ago
parent
commit
3e29bf52b5
1 changed files with 2 additions and 0 deletions
  1. 2 0
      dashboard-v4/dashboard/src/components/share/Share.tsx

+ 2 - 0
dashboard-v4/dashboard/src/components/share/Share.tsx

@@ -16,6 +16,8 @@ export enum EResType {
   channel = 2,
   article = 3,
   collection = 4,
+  workflow = 6,
+  modal = 8,
 }
 interface IWidget {
   resId: string;