Skip to content

Commit

Permalink
fix: default value error[skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
haydenull committed Apr 26, 2022
1 parent ec529c7 commit a5cfc2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/helper/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ export const SETTINGS_SCHEMA: SettingSchemaDesc[] = [
key: 'buttons',
title: 'Buttons',
type: 'enum',
default: ['status', 'log', 'commitAndPush'],
default: ['Check Status', 'Show Log', 'Commit & Push'],
description: 'Select buttons to show',
enumPicker: 'checkbox',
enumChoices: BUTTONS.map(({ title }) => title),
Expand Down

0 comments on commit a5cfc2b

Please sign in to comment.