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 3ea7c6f
Show file tree
Hide file tree
Showing 2 changed files with 2 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
2 changes: 1 addition & 1 deletion src/schema/picker.schema.ts
Original file line number Diff line number Diff line change
Expand Up @@ -443,7 +443,7 @@ export const PickerParamsSchema = {
useSentryBreadcrumbs: {
type: 'boolean',
},
useNewTransformer: {
transformationsUI: {
type: 'boolean',
},
pasteMode: {
Expand Down

0 comments on commit 3ea7c6f

Please sign in to comment.