Fix option type

This commit is contained in:
HaveAGitGat 2023-03-05 21:45:48 +00:00
parent cdfde9b99d
commit a50c3c7e51

View file

@ -38,8 +38,8 @@ const details = () => ({
inputUI: { inputUI: {
type: 'dropdown', type: 'dropdown',
options: [ options: [
false, 'false',
true, 'true',
], ],
}, },
tooltip: tooltip: