Loading client/src/components/Workflow/List/WorkflowCardList.vue +1 −1 Original line number Diff line number Diff line Loading @@ -92,7 +92,7 @@ const workflowPublished = ref<InstanceType<typeof WorkflowPublished>>(); </script> <template> <div class="workflow-card-list d-flex flex-wrap overflow-auto"> <div class="workflow-card-list d-flex flex-wrap overflow-auto pt-1"> <WorkflowCard v-for="workflow in workflows" :ref="props.itemRefs[workflow.id]" Loading Loading
client/src/components/Workflow/List/WorkflowCardList.vue +1 −1 Original line number Diff line number Diff line Loading @@ -92,7 +92,7 @@ const workflowPublished = ref<InstanceType<typeof WorkflowPublished>>(); </script> <template> <div class="workflow-card-list d-flex flex-wrap overflow-auto"> <div class="workflow-card-list d-flex flex-wrap overflow-auto pt-1"> <WorkflowCard v-for="workflow in workflows" :ref="props.itemRefs[workflow.id]" Loading