0
0
Fork 0

fix: refs #6938 workerCard

This commit is contained in:
Jorge Penadés 2024-05-07 15:28:00 +02:00
parent 13f8937f12
commit 0a71060f60
1 changed files with 1 additions and 4 deletions

View File

@ -1,15 +1,12 @@
<script setup>
import VnCard from 'components/common/VnCard.vue';
import WorkerDescriptor from './WorkerDescriptor.vue';
const filter = { where: {} };
</script>
<template>
<VnCard
data-key="Worker"
custom-url="Workers/Summary"
base-url="Workers"
:descriptor="WorkerDescriptor"
:filter="filter"
searchbar-data-key="WorkerList"
searchbar-url="Workers/filter"
searchbar-label="Search worker"