mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 01:56:46 +00:00
fix(editor): Loading state for executions tab (#6100)
* fix(editor): Loading state for executions tab * fix(editor): do not show no result if loading
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
<template>
|
||||
<div :class="$style.container" v-if="!loading">
|
||||
<div :class="$style.container">
|
||||
<executions-sidebar
|
||||
:executions="executions"
|
||||
:loading="loading"
|
||||
:loading="loading && !executions.length"
|
||||
:loadingMore="loadingMore"
|
||||
:temporaryExecution="temporaryExecution"
|
||||
@reloadExecutions="setExecutions"
|
||||
|
||||
Reference in New Issue
Block a user