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:
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user