We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b3b92ec + 6e34ecb commit 3ad3a50Copy full SHA for 3ad3a50
.changeset/kind-eels-sort.md
@@ -0,0 +1,5 @@
1
+---
2
+"strapi-plugin-webtools": patch
3
4
+
5
+fix: issue when switching to another locale on the content manager create page (#295)
packages/core/admin/components/EditForm/index.tsx
@@ -59,7 +59,7 @@ const EditForm = () => {
59
size="S"
60
variant="secondary"
61
style={{ width: '100%' }}
62
- disabled={aliases.data.data.length === 0}
+ disabled={aliases.data?.data.length === 0}
63
>
64
Edit URL alias
65
</Button>
0 commit comments