fix backup target edit form filling

This commit is contained in:
Johannes Zellner
2025-08-04 14:03:20 +02:00
parent 90c82ab1e7
commit f48b1d066e
2 changed files with 3 additions and 4 deletions
+2 -4
View File
@@ -25,12 +25,10 @@ const targets = ref([]);
const columns = {
primary: {
label: '',
width: '40px',
sort: true
width: '30px',
},
status: {
width: '40px',
width: '30px',
},
provider: {
label: 'Provider',