[web] Fix missing input field check

This commit is contained in:
Alain Nussbaumer 2025-02-16 15:40:40 +01:00
parent 05b0def840
commit d16373d711

View File

@ -57,6 +57,7 @@ export default {
},
{
label: this.$t('dialog.playlist.save.save'),
disabled: this.disabled,
handler: this.save,
icon: 'download'
}