Skip to content

Commit

Permalink
Default data update mode to "none"
Browse files Browse the repository at this point in the history
  • Loading branch information
tonytlwu committed May 1, 2024
1 parent 908bb9a commit 8a82e20
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions js/interface.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,8 @@ Fliplet.Widget.generateInterface({
type: 'radio',
name: 'updateType',
label: 'Select data update mode',
required: true,
default: 'none',
options: [
{
value: 'none',
Expand Down

0 comments on commit 8a82e20

Please sign in to comment.