Started testing tag component

This commit is contained in:
Masu-Baumgartner
2024-10-09 16:25:33 +02:00
parent 19afc5d055
commit 13daa3cbac
2 changed files with 5 additions and 0 deletions

View File

@@ -51,6 +51,9 @@
configuration.WithField(x => x.Email);
configuration.WithField(x => x.Password)
.WithComponent<StringComponent>(component => component.Type = "password");
configuration.WithField(x => x.PermissionsJson)
.WithComponent<TagComponent>();
};
crudOptions.OnConfigureUpdate = (_, configuration) =>