Skip to content

Commit

Permalink
Merge pull request #534 from Kedryn/patch-1
Browse files Browse the repository at this point in the history
Update index.ts
  • Loading branch information
HaveAGitGat authored Nov 11, 2023
2 parents 057f8e8 + a448b8e commit f8db146
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ var details = function () { return ({
{
name: 'condition',
type: 'string',
defaultValue: '',
defaultValue: '==',
inputUI: {
type: 'dropdown',
options: [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ const details = (): IpluginDetails => ({
{
name: 'condition',
type: 'string',
defaultValue: '',
defaultValue: '==',
inputUI: {
type: 'dropdown',
options: [
Expand Down

0 comments on commit f8db146

Please sign in to comment.