Skip to content

Commit

Permalink
formatting fix
Browse files Browse the repository at this point in the history
  • Loading branch information
swarnadipa-dev committed Sep 3, 2024
1 parent 943b8ea commit aaf2ffd
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions ui/widgets/nuxeo-date-picker.js
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,6 @@ import { I18nBehavior } from '../nuxeo-i18n-behavior.js';
type: Boolean,
value: false,
},

/**
* Use this property to provide custom date format
*/
Expand Down Expand Up @@ -272,4 +271,4 @@ import { I18nBehavior } from '../nuxeo-i18n-behavior.js';

customElements.define(DatePicker.is, DatePicker);
Nuxeo.DatePicker = DatePicker;
}
}

0 comments on commit aaf2ffd

Please sign in to comment.