remove requirement on modal value

This commit is contained in:
Mads Rasmussen
2024-08-29 15:51:07 +02:00
committed by Jacob Overgaard
parent 264883b445
commit 369b125ac7

View File

@@ -9,7 +9,6 @@ export interface UmbChangePasswordModalData {
export interface UmbChangePasswordModalValue {
oldPassword: string;
newPassword: string;
isCurrentUser: boolean;
}
export const UMB_CHANGE_PASSWORD_MODAL = new UmbModalToken<UmbChangePasswordModalData, UmbChangePasswordModalValue>(