Remove innecesary prop
gitea/salix-front/pipeline/pr-dev This commit looks good
Details
gitea/salix-front/pipeline/pr-dev This commit looks good
Details
This commit is contained in:
parent
bd5eb1a1c3
commit
ff0b0c8131
|
@ -75,7 +75,6 @@ onMounted(async () => await fetchCurrentDeviceRef.value.fetch());
|
||||||
:url-create="`Workers/${route.params.id}/allocatePDA`"
|
:url-create="`Workers/${route.params.id}/allocatePDA`"
|
||||||
model="DeviceProductionUser"
|
model="DeviceProductionUser"
|
||||||
:form-initial-data="newPDA"
|
:form-initial-data="newPDA"
|
||||||
:default-actions="true"
|
|
||||||
auto-load
|
auto-load
|
||||||
:default-buttons="{ save: { label: 'globals.assign', color: 'primary' } }"
|
:default-buttons="{ save: { label: 'globals.assign', color: 'primary' } }"
|
||||||
@on-data-saved="(_, data) => setCurrentPDA(data)"
|
@on-data-saved="(_, data) => setCurrentPDA(data)"
|
||||||
|
|
Loading…
Reference in New Issue