Skip to content

Commit

Permalink
UI: fix DateFilter tooltip text
Browse files Browse the repository at this point in the history
  • Loading branch information
sofa-tata committed Jul 20, 2023
1 parent da322c7 commit 5d384f4
Show file tree
Hide file tree
Showing 9 changed files with 1,452 additions and 1,448 deletions.
2 changes: 1 addition & 1 deletion dist/cjs/index.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/cjs/index.js.map

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ import './dateFilter.scss';
interface ExtendedFiltersColumn<T extends object> extends UseFiltersColumnProps<T> {
Header: string;
id?: string;
customTitle?: string;
}
interface DateFilterProps {
column: ExtendedFiltersColumn<object>;
Expand Down
2 changes: 1 addition & 1 deletion dist/esm/index.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/esm/index.js.map

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ import './dateFilter.scss';
interface ExtendedFiltersColumn<T extends object> extends UseFiltersColumnProps<T> {
Header: string;
id?: string;
customTitle?: string;
}
interface DateFilterProps {
column: ExtendedFiltersColumn<object>;
Expand Down
1 change: 1 addition & 0 deletions dist/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -376,6 +376,7 @@ declare function MultiSelectFilter({ column }: ExtendedFiltersColumn$2<object>):
interface ExtendedFiltersColumn$1<T extends object> extends UseFiltersColumnProps<T> {
Header: string;
id?: string;
customTitle?: string;
}
interface DateFilterProps {
column: ExtendedFiltersColumn$1<object>;
Expand Down
Loading

0 comments on commit 5d384f4

Please sign in to comment.