mirror of
https://github.com/gabehf/Tdarr_Plugins.git
synced 2026-03-16 10:45:53 -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: {
|
inputUI: {
|
||||||
type: 'dropdown',
|
type: 'dropdown',
|
||||||
options: [
|
options: [
|
||||||
false,
|
'false',
|
||||||
true,
|
'true',
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
tooltip:
|
tooltip:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue