Fix types
This commit is contained in:
parent
01a83f8aa1
commit
df1d9e4e24
1 changed files with 1 additions and 0 deletions
|
@ -16,6 +16,7 @@ const props: Omit<StaffDetailsPageProps, "classes"> = {
|
|||
canRemove: true,
|
||||
disabled: false,
|
||||
onBack: () => undefined,
|
||||
onChangePassword: () => undefined,
|
||||
onDelete: () => undefined,
|
||||
onImageDelete: () => undefined,
|
||||
onImageUpload: () => undefined,
|
||||
|
|
Loading…
Reference in a new issue