mirror of
https://github.com/strapi/strapi.git
synced 2025-11-08 14:19:40 +00:00
Merge pull request #24549 from ahmadalfy/develop
fix: remove extra 'x' in the template
This commit is contained in:
commit
e1a19b9e52
@ -118,7 +118,6 @@ export const ConfigureTheView = ({ config }: ConfigureTheViewProps) => {
|
|||||||
onChange={handleChange}
|
onChange={handleChange}
|
||||||
/>
|
/>
|
||||||
</Layouts.Content>
|
</Layouts.Content>
|
||||||
x
|
|
||||||
<Dialog.Root open={showWarningSubmit} onOpenChange={toggleWarningSubmit}>
|
<Dialog.Root open={showWarningSubmit} onOpenChange={toggleWarningSubmit}>
|
||||||
<ConfirmDialog onConfirm={handleConfirm} variant="default">
|
<ConfirmDialog onConfirm={handleConfirm} variant="default">
|
||||||
{formatMessage({
|
{formatMessage({
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user