mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-18 18:41:14 +00:00
chore: Lintfix and format (no-changelog) (#13705)
This commit is contained in:
committed by
GitHub
parent
9e83ff51da
commit
d2dd1796a8
@@ -163,7 +163,7 @@ const isListeningForEvents = computed(() => {
|
||||
});
|
||||
|
||||
const workflowRunning = computed(() => {
|
||||
return uiStore.isActionActive['workflowRunning'];
|
||||
return uiStore.isActionActive.workflowRunning;
|
||||
});
|
||||
|
||||
const isActivelyPolling = computed(() => {
|
||||
|
||||
Reference in New Issue
Block a user