Workers PDA #234

Merged
jgallego merged 6 commits from :feature/WorkerPDA into dev 2024-03-13 14:36:49 +00:00
1 changed files with 0 additions and 1 deletions
Showing only changes of commit ff0b0c8131 - Show all commits

View File

@ -75,7 +75,6 @@ onMounted(async () => await fetchCurrentDeviceRef.value.fetch());
:url-create="`Workers/${route.params.id}/allocatePDA`"
model="DeviceProductionUser"
:form-initial-data="newPDA"
:default-actions="true"
auto-load
:default-buttons="{ save: { label: 'globals.assign', color: 'primary' } }"
@on-data-saved="(_, data) => setCurrentPDA(data)"