Skip to content

Commit

Permalink
Remove date picker change
Browse files Browse the repository at this point in the history
  • Loading branch information
tmcconechy committed Sep 6, 2024
1 parent 4fd27ea commit 214289f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/ids-data-grid/ids-data-grid-filters.ts
Original file line number Diff line number Diff line change
Expand Up @@ -176,6 +176,7 @@ export default class IdsDataGridFilters {
trigger-type="click"
id="popup-${id}"
no-margins
compact="true"
${format}${showToday}${firstDayOfWeek}${value}${disabled}></ids-date-picker-popup>`;

if (column.align === 'right') return `${trigger}${filterButton}${popup}`;
Expand Down

0 comments on commit 214289f

Please sign in to comment.