|
@@ -15,7 +15,7 @@ type ModalProps = {
|
|
|
isOpen: boolean
|
|
isOpen: boolean
|
|
|
pageId: string
|
|
pageId: string
|
|
|
dataApplicableGrant: IResApplicableGrant
|
|
dataApplicableGrant: IResApplicableGrant
|
|
|
- close(): Promise<void> | void
|
|
|
|
|
|
|
+ close(): void
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
const FixPageGrantModal = (props: ModalProps): JSX.Element => {
|
|
const FixPageGrantModal = (props: ModalProps): JSX.Element => {
|