Skip to content

Commit

Permalink
chore: formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
TaylorJ76 committed Nov 27, 2024
1 parent e3ced05 commit 24b9441
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libs/components/src/lib/file-picker/file-picker.ts
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ export class FilePicker extends FormAssociatedFilePicker {
*/
@attr({ attribute: 'invalid-file-type-error' }) invalidFileTypeError?: string;
invalidFileTypeErrorChanged(_oldValue: string, newValue: string): void {
if (this.#dropzone)
if (this.#dropzone)
this.#dropzone.options.dictInvalidFileType =
newValue || this.locale.filePicker.invalidFileTypeError;
}
Expand Down

0 comments on commit 24b9441

Please sign in to comment.