Merge pull request #534 from Kedryn/patch-1

Update index.ts
make-only-subtitle-default
HaveAGitGat 2 years ago committed by GitHub
commit f8db146f14
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -27,7 +27,7 @@ var details = function () { return ({
{ {
name: 'condition', name: 'condition',
type: 'string', type: 'string',
defaultValue: '', defaultValue: '==',
inputUI: { inputUI: {
type: 'dropdown', type: 'dropdown',
options: [ options: [

@ -30,7 +30,7 @@ const details = (): IpluginDetails => ({
{ {
name: 'condition', name: 'condition',
type: 'string', type: 'string',
defaultValue: '', defaultValue: '==',
inputUI: { inputUI: {
type: 'dropdown', type: 'dropdown',
options: [ options: [

Loading…
Cancel
Save