Skip to content

Commit

Permalink
fix: Updating param from useNewTransformer to transformationsUI
Browse files Browse the repository at this point in the history
  • Loading branch information
sethk4783 committed Sep 28, 2024
1 parent 7b86275 commit bb9bf75
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/lib/picker.ts
Original file line number Diff line number Diff line change
Expand Up @@ -690,7 +690,7 @@ export interface PickerOptions {
/**
* Whether to use the new transformations UI. Defaults to `false`.
*/
useNewTransformer?: boolean;
transformationsUI?: boolean;
/**
* Options for local file uploads.
*/
Expand Down
5 changes: 4 additions & 1 deletion src/schema/picker.schema.ts
Original file line number Diff line number Diff line change
Expand Up @@ -303,6 +303,9 @@ export const PickerParamsSchema = {
type: 'object',
additionalProperties: false,
properties: {
config: {
type: 'object',
},
circle: {
type: 'boolean',
},
Expand Down Expand Up @@ -443,7 +446,7 @@ export const PickerParamsSchema = {
useSentryBreadcrumbs: {
type: 'boolean',
},
useNewTransformer: {
transformationsUI: {
type: 'boolean',
},
pasteMode: {
Expand Down

0 comments on commit bb9bf75

Please sign in to comment.