7199-devToTest_2316 #282

Merged
alexm merged 75 commits from 7199-devToTest_2316 into test 2024-04-11 10:31:49 +00:00
1 changed files with 2 additions and 2 deletions
Showing only changes of commit 9310d863aa - Show all commits

View File

@ -132,12 +132,12 @@ const formUrl = computed(() => $props.url);
const defaultButtons = computed(() => ({
save: {
color: 'primary',
icon: 'restart_alt',
icon: 'save',
label: 'globals.save',
},
reset: {
color: 'primary',
icon: 'save',
icon: 'restart_alt',
label: 'globals.reset',
},
...$props.defaultButtons,