Remove of unused history props (#2122)
Signed-off-by: Benjamin Perez <benjamin@bexsoft.net>
This commit is contained in:
@@ -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,
|
||||
|
||||
@@ -70,7 +70,6 @@ const SetPolicy = withSuspense(
|
||||
interface IGroupsProps {
|
||||
classes: any;
|
||||
openGroupModal: any;
|
||||
history: any;
|
||||
}
|
||||
|
||||
const styles = (theme: Theme) =>
|
||||
|
||||
Reference in New Issue
Block a user