Skip to content

Commit ffba719

Browse files
SebastianKarpetaFSSebastianKarpetaDev
authored andcommitted
Feature/fs 1 (#582)
* feature/fs-1 - Adding enable/disable functionality. * feature/fs-1 Missing coma --------- Co-authored-by: Sebastian Karpeta <sebastian.karpeta@devtactics.net>
1 parent c588acc commit ffba719

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/schema/picker.schema.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -465,7 +465,7 @@ export const PickerParamsSchema = {
465465
},
466466
},
467467
disableDirectoryUpload: {
468-
type: 'boolean'
468+
type: 'boolean',
469469
},
470470
},
471471
};

0 commit comments

Comments
 (0)