Remove of unused history props (#2122)

Signed-off-by: Benjamin Perez <benjamin@bexsoft.net>
This commit is contained in:
Alex
2022-06-13 18:40:58 -05:00
committed by GitHub
parent b02c37bf33
commit 4d876d0ce8
2 changed files with 0 additions and 4 deletions

View File

@@ -76,12 +76,10 @@ const styles = (theme: Theme) =>
interface IAddNotificationEndpointProps {
classes: any;
history: any;
}
const AddTierConfiguration = ({
classes,
history,
}: IAddNotificationEndpointProps) => {
const dispatch = useAppDispatch();
const navigate = useNavigate();
@@ -203,7 +201,6 @@ const AddTierConfiguration = ({
bucket,
encodedCreds,
endpoint,
history,
name,
prefix,
region,

View File

@@ -70,7 +70,6 @@ const SetPolicy = withSuspense(
interface IGroupsProps {
classes: any;
openGroupModal: any;
history: any;
}
const styles = (theme: Theme) =>