mirror of
https://github.com/strapi/strapi.git
synced 2025-12-29 08:04:51 +00:00
Fix lint errors
This commit is contained in:
parent
af4a376f31
commit
5bea0f4c0f
@ -115,23 +115,23 @@ export function ReviewWorkflowsPage() {
|
||||
</Loader>
|
||||
)}
|
||||
|
||||
<Stages stages={formik.values?.stages} />
|
||||
</ContentLayout>
|
||||
</Form>
|
||||
</FormikProvider>
|
||||
<Stages stages={formik.values?.stages} />
|
||||
</ContentLayout>
|
||||
</Form>
|
||||
</FormikProvider>
|
||||
|
||||
<ConfirmDialog
|
||||
bodyText={{
|
||||
id: 'Settings.review-workflows.page.delete.confirm.body',
|
||||
defaultMessage:
|
||||
'All entries assigned to deleted stages will be moved to the first stage. Are you sure you want to save this?',
|
||||
}}
|
||||
isOpen={isConfirmDeleteDialogOpen}
|
||||
onToggleDialog={toggleConfirmDeleteDialog}
|
||||
onConfirm={handleConfirmDeleteDialog}
|
||||
/>
|
||||
</Main>
|
||||
</Layout>
|
||||
</CheckPagePermissions>
|
||||
);
|
||||
<ConfirmDialog
|
||||
bodyText={{
|
||||
id: 'Settings.review-workflows.page.delete.confirm.body',
|
||||
defaultMessage:
|
||||
'All entries assigned to deleted stages will be moved to the first stage. Are you sure you want to save this?',
|
||||
}}
|
||||
isOpen={isConfirmDeleteDialogOpen}
|
||||
onToggleDialog={toggleConfirmDeleteDialog}
|
||||
onConfirm={handleConfirmDeleteDialog}
|
||||
/>
|
||||
</Main>
|
||||
</Layout>
|
||||
</CheckPagePermissions>
|
||||
);
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user