Add icon to attribute row validation (#9963)

This commit is contained in:
Philip Allgaier 2021-09-06 10:26:11 +02:00 committed by GitHub
parent 0187c4faff
commit 9ccb5360b3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -132,6 +132,7 @@ const attributeEntitiesRowConfigStruct = object({
prefix: optional(string()),
suffix: optional(string()),
name: optional(string()),
icon: optional(string()),
});
const textEntitiesRowConfigStruct = object({