Changed index prefix in algolia to be optional (#553)

This commit is contained in:
Lukasz Ostrowski 2023-06-13 13:37:17 +02:00 committed by GitHub
parent ff9665b70f
commit cce3c1ef97
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 1 deletions

View 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.

View file

@ -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'
/>