Skip to content

Commit

Permalink
Settings: add yaml to the configuration restore file open dialog
Browse files Browse the repository at this point in the history
  • Loading branch information
kfessel committed May 11, 2023
1 parent 6890c02 commit 29cadf0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/components/Settings.vue
Original file line number Diff line number Diff line change
Expand Up @@ -398,7 +398,7 @@
<v-file-input
dense
:rules="restoreFileRules"
accept="application/yaml,application/json"
accept=".yml,.yaml,.json,application/yaml,application/json"
label="Restore class from file (yaml, json)"
@change="restoreFile"
v-model="selectedFile"
Expand Down

0 comments on commit 29cadf0

Please sign in to comment.