comment Register Token

This commit is contained in:
dklimpel 2024-02-06 07:59:02 +01:00
parent ae5d44f49a
commit 5f2964a5c0

View File

@ -90,6 +90,7 @@ export const RegistrationTokenCreate = props => (
<SimpleForm
toolbar={
<Toolbar {...props}>
{/* It is possible to create tokens per default without input. */}
<SaveButton alwaysEnable />
</Toolbar>
}