Changed index prefix in algolia to be optional (#553)
This commit is contained in:
parent
ff9665b70f
commit
cce3c1ef97
2 changed files with 5 additions and 1 deletions
5
.changeset/tricky-rings-beam.md
Normal file
5
.changeset/tricky-rings-beam.md
Normal file
|
@ -0,0 +1,5 @@
|
|||
---
|
||||
"saleor-app-search": patch
|
||||
---
|
||||
|
||||
Regression - Fixed Algolia "index prefix" field to be optional, just like it was before the refcator.
|
|
@ -118,7 +118,6 @@ export const AlgoliaConfigurationForm = () => {
|
|||
control={control}
|
||||
name="indexNamePrefix"
|
||||
disabled={isFormDisabled}
|
||||
required
|
||||
label="Index name prefix"
|
||||
helperText='Optional prefix, you can add "test" or "staging" to test the app'
|
||||
/>
|
||||
|
|
Loading…
Reference in a new issue