0
0
Fork 0

Compare commits

...

1 Commits

Author SHA1 Message Date
Carlos Satorres b82453582a fix: refs #7304 7304 clean warning 2024-10-17 07:44:31 +02:00
2 changed files with 1 additions and 2 deletions

View File

@ -6,7 +6,7 @@ import { useColor } from 'src/composables/useColor';
import { getCssVar } from 'quasar';
const $props = defineProps({
workerId: { type: Number, required: true },
workerId: { type: Number, default: null },
description: { type: String, default: null },
title: { type: String, default: null },
color: { type: String, default: null },

View File

@ -155,7 +155,6 @@ const exprBuilder = (param, value) => {
url="Clients"
:input-debounce="0"
:label="t('customer.basicData.previousClient')"
:options="clients"
:rules="validate('client.transferorFk')"
emit-value
map-options