Skip to content

Commit

Permalink
Update packages/applications/ssr/src/components/molecules/ListFilters…
Browse files Browse the repository at this point in the history
….tsx

Co-authored-by: Benjamin Levesque <14175665+benjlevesque@users.noreply.github.com>
  • Loading branch information
VioMrqs and benjlevesque authored Sep 18, 2024
1 parent be08ed3 commit 9c0c151
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,11 @@ export type ListFilterItem<TSearchParamKey = string> = {
label: string;
value: string;
}>;
/**

Check failure on line 14 in packages/applications/ssr/src/components/molecules/ListFilters.tsx

View workflow job for this annotation

GitHub Actions / call-shared-workflow / lint

Delete `·`
* The key of another filter affected by the value of the current filter.

Check failure on line 15 in packages/applications/ssr/src/components/molecules/ListFilters.tsx

View workflow job for this annotation

GitHub Actions / call-shared-workflow / lint

Delete `·`
* - the affected filter will be disabled unless current has a value

Check failure on line 16 in packages/applications/ssr/src/components/molecules/ListFilters.tsx

View workflow job for this annotation

GitHub Actions / call-shared-workflow / lint

Delete `·`
* - the affected filter will be removed when current changes

Check failure on line 17 in packages/applications/ssr/src/components/molecules/ListFilters.tsx

View workflow job for this annotation

GitHub Actions / call-shared-workflow / lint

Delete `·`
**/

Check failure on line 18 in packages/applications/ssr/src/components/molecules/ListFilters.tsx

View workflow job for this annotation

GitHub Actions / call-shared-workflow / lint

Delete `·`
affects?: string;
};

Expand Down

0 comments on commit 9c0c151

Please sign in to comment.