added toast button to disabled save button

This commit is contained in:
Maike Orlikowski
2018-12-09 17:47:20 +01:00
parent 7d10fbffec
commit f222893484
2 changed files with 19 additions and 8 deletions
+2 -1
View File
@@ -92,5 +92,6 @@ export const sharedDialogs = {
areYouSureToUnset: 'Are you sure you want to unset all entered data?',
reallyUnsetData: 'Yes, I am sure',
save: 'Save',
unset: 'Unset'
unset: 'Unset',
disabledInfo: 'There is some data missing'
}