Cache refresh button not appearing in reports screen.

This commit is contained in:
mateuswetah 2021-05-21 15:16:58 -03:00
parent 49d0696fa2
commit 28a4db04bc
2 changed files with 2 additions and 0 deletions

View File

@ -25,6 +25,7 @@
v-if="isBuildingChart || isFetchingData" v-if="isBuildingChart || isFetchingData"
style="min-height:380px" style="min-height:380px"
class="skeleton postbox" /> class="skeleton postbox" />
<slot />
</div> </div>
</template> </template>

View File

@ -25,6 +25,7 @@
v-if="isBuildingChart || isFetchingData" v-if="isBuildingChart || isFetchingData"
style="min-height:380px" style="min-height:380px"
class="skeleton postbox" /> class="skeleton postbox" />
<slot />
</div> </div>
</template> </template>