Skip to content

Commit

Permalink
Feature/fs 1 (#582)
Browse files Browse the repository at this point in the history
* feature/fs-1 - Adding enable/disable functionality.

* feature/fs-1 Missing coma

---------

Co-authored-by: Sebastian Karpeta <sebastian.karpeta@devtactics.net>
  • Loading branch information
SebastianKarpetaFS and SebastianKarpetaDev authored Dec 11, 2024
1 parent 28b5c2d commit 5b95134
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/schema/picker.schema.ts
Original file line number Diff line number Diff line change
Expand Up @@ -465,7 +465,7 @@ export const PickerParamsSchema = {
},
},
disableDirectoryUpload: {
type: 'boolean'
type: 'boolean',
},
},
};

0 comments on commit 5b95134

Please sign in to comment.