Skip to content

Commit

Permalink
fix(ui): remove unnecessary validation rule for config priority direc…
Browse files Browse the repository at this point in the history
…tory
  • Loading branch information
robertsLando committed Dec 19, 2024
1 parent 75fc924 commit 655fc92
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/views/Settings.vue
Original file line number Diff line number Diff line change
Expand Up @@ -538,7 +538,6 @@
newZwave.deviceConfigPriorityDir
"
label="Config priority directory"
:rules="[rules.required]"
hint="Directory from where device configuration files can be loaded with higher priority than the included ones. This directory does not get indexed and should be used sparingly, e.g. when custom files are absolutely necessary or for testing"
required
></v-text-field>
Expand Down

0 comments on commit 655fc92

Please sign in to comment.