mirror of
https://github.com/gabehf/Tdarr_Plugins.git
synced 2026-03-09 15:38:19 -07:00
Fix option type
This commit is contained in:
parent
cdfde9b99d
commit
a50c3c7e51
1 changed files with 2 additions and 2 deletions
|
|
@ -38,8 +38,8 @@ const details = () => ({
|
|||
inputUI: {
|
||||
type: 'dropdown',
|
||||
options: [
|
||||
false,
|
||||
true,
|
||||
'false',
|
||||
'true',
|
||||
],
|
||||
},
|
||||
tooltip:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue