Update js/apps/admin-ui/src/realm-settings/EmailTab.tsx
Co-authored-by: Jon Koops <jonkoops@gmail.com>
This commit is contained in:
parent
ea3225a6e1
commit
99acbcdd00
1 changed files with 1 additions and 1 deletions
|
@ -34,7 +34,7 @@ type RealmSettingsEmailTabProps = {
|
|||
save: (realm: RealmRepresentation) => void;
|
||||
};
|
||||
|
||||
type FormType = Omit<RealmRepresentation, "users" | "federatedUsers">;
|
||||
type FormFields = Omit<RealmRepresentation, "users" | "federatedUsers">;
|
||||
|
||||
export const RealmSettingsEmailTab = ({
|
||||
realm,
|
||||
|
|
Loading…
Reference in a new issue