|
@@ -91,7 +91,7 @@ const FixPageGrantModal = (props: ModalProps): JSX.Element => {
|
|
|
return `${t('fix_page_grant.modal.radio_btn.grant_group')}: (${grantData.grantedGroup.name})`;
|
|
return `${t('fix_page_grant.modal.radio_btn.grant_group')}: (${grantData.grantedGroup.name})`;
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
- throw Error('cannnot get grant label'); // this error can't be throwed
|
|
|
|
|
|
|
+ throw Error('cannot get grant label'); // this error can't be throwed
|
|
|
}, [t]);
|
|
}, [t]);
|
|
|
|
|
|
|
|
const renderGrantDataLabel = useCallback(() => {
|
|
const renderGrantDataLabel = useCallback(() => {
|