1
0
mirror of https://github.com/Sonarr/Sonarr.git synced 2026-04-22 22:16:13 -04:00

TagSelect field type

This commit is contained in:
Qstick
2020-01-06 23:31:33 -05:00
committed by Mark McDowall
parent 1d02208316
commit 09347f79c5
6 changed files with 114 additions and 3 deletions
@@ -29,6 +29,8 @@ function getType({ type, selectOptionsProviderAction }) {
return inputTypes.SELECT;
case 'tag':
return inputTypes.TEXT_TAG;
case 'tagSelect':
return inputTypes.TAG_SELECT;
case 'textbox':
return inputTypes.TEXT;
case 'oAuth':