Răsfoiți Sursa

fix: running workflows not showing up

Ahmad Kholid 2 ani în urmă
părinte
comite
ef987d2435
1 a modificat fișierele cu 5 adăugiri și 0 ștergeri
  1. 5 0
      src/newtab/App.vue

+ 5 - 0
src/newtab/App.vue

@@ -337,6 +337,11 @@ watch(
       },
     };
 
+    const { workflowStates } = await browser.storage.local.get(
+      'workflowStates'
+    );
+    workflowStore.states = Object.values(workflowStates || {});
+
     const tabs = await browser.tabs.query({
       url: browser.runtime.getURL('/newtab.html'),
     });