Skip to content

Commit 8a70c4f

Browse files
committed
Fixed type
1 parent 627597a commit 8a70c4f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

DeskThingServer/src/main/services/task/taskUtils.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -303,7 +303,8 @@ export function isValidTaskSetting(
303303
'ranked',
304304
'select',
305305
'string',
306-
'color'
306+
'color',
307+
'file'
307308
] as const
308309

309310
if (!('type' in s.setting)) {

0 commit comments

Comments
 (0)