Skip to content

Commit

Permalink
fix(xo-web/kubernetes): remove required property from search domain (#…
Browse files Browse the repository at this point in the history
…7028)

Make this field optional for the cluster creation.
  • Loading branch information
ggunullu committed Sep 22, 2023
1 parent e5c5f19 commit 1eb4c20
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.unreleased.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
> Users must be able to say: “Nice enhancement, I'm eager to test it”
- [Netbox] Don't delete VMs that have been created manually in XO-synced cluster [Forum#7639](https://xcp-ng.org/forum/topic/7639) (PR [#7008](https://github.com/vatesfr/xen-orchestra/pull/7008))
- [Kubernetes] *Search domains* field is now optional [#7028](https://github.com/vatesfr/xen-orchestra/pull/7028)

### Bug fixes

Expand Down
1 change: 0 additions & 1 deletion packages/xo-web/src/xo-app/hub/recipes/recipe-form.js
Original file line number Diff line number Diff line change
Expand Up @@ -313,7 +313,6 @@ export default decorate([
name='search'
onChange={effects.onChangeSearch}
placeholder={formatMessage(messages.recipeSearchesExample)}
required
type='text'
value={value.search}
/>
Expand Down

0 comments on commit 1eb4c20

Please sign in to comment.