feat: Add message for readonly nodes. Improve foreign credentials handling (#4759)

* feat: Add message for readonly nodes. Improve foreign credentials handling

* Copy fix

Co-authored-by: João Ramos <hello@joao.pt>
This commit is contained in:
Alex Grozav
2022-12-06 12:15:07 +02:00
committed by GitHub
parent 37e580eb06
commit eb112ffd23
4 changed files with 22 additions and 5 deletions

View File

@@ -72,7 +72,7 @@ export default mixins(Locale).extend({
},
size: {
type: String,
validator: (value: string): boolean => ['mini', 'small', 'large'].includes(value),
validator: (value: string): boolean => ['mini', 'small', 'medium', 'large'].includes(value),
},
},
data() {