Skip to content
Snippets Groups Projects

CE-1966: use updated usePagination hook & dialog api

Merged CE-1966: use updated usePagination hook & dialog api
1 unresolved thread
Merged Christina Jenks requested to merge CE-1966-update-usePagination-hook into develop
1 unresolved thread
Files
20
@@ -87,8 +87,15 @@ export default function AdministerUndeployment({ ioc, buttonDisabled }) {
>
<>
<ConfirmationDialog
title="Administratively 'undeploy' IOC"
description={
title={
<Typography
variant="h2"
marginY={1}
>
Administratively undeploy IOC
</Typography>
}
content={
<>
<Typography component="span">
Are you sure want to administer IOC as undeployed
Loading