We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b77ff5b commit 8a52ffdCopy full SHA for 8a52ffd
src/app/shared/models/FilterChips/Adapter/FilterChipTimeRestrictionAdapter.ts
@@ -45,7 +45,7 @@ export class FilterChipTimeRestrictionAdapter {
45
const atText = this.createDisplayDataInstance(
46
`${this.formatDate(timeRestriction.getBeforeDate())}`
47
);
48
- const builder = new FilterChipBuilder('FEASIBILITY.STAGE.EDIT.TIMERESTRICTION.AT');
+ const builder = new FilterChipBuilder('SHARED_FILTER.TIMERESTRICTION.AT');
49
builder.addData(uuidv4(), atText);
50
return builder.buildFilterChip();
51
}
0 commit comments