Skip to content

Commit

Permalink
Update schema.js
Browse files Browse the repository at this point in the history
  • Loading branch information
JustArchi committed Sep 27, 2024
1 parent 3762716 commit 60a7cce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/schema.js
Original file line number Diff line number Diff line change
Expand Up @@ -276,7 +276,7 @@ export default {
options: [
{ value: 0, name: 'None' },
{ value: 1, name: 'Stable' },
{ value: 2, name: 'Experimental' }
{ value: 2, name: 'PreRelease' }
],
defaultValue: 1
},
Expand Down

0 comments on commit 60a7cce

Please sign in to comment.