hide list form buttons

pull/721/head
Pete Matsyburka 3 weeks ago
parent 1fc1444b8f
commit 474603e1c9

@ -366,6 +366,9 @@ export default {
} }
} }
}, },
beforeUnmount () {
document.getElementById('list_form_buttons')?.classList?.add('hidden')
},
methods: { methods: {
t (key) { t (key) {
return this.i18n[key] || key return this.i18n[key] || key

Loading…
Cancel
Save