-
Notifications
You must be signed in to change notification settings - Fork 41
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
(PC-33592)[PRO] refactor: Delete CsvTable component.
- Loading branch information
1 parent
705655a
commit a2a0685
Showing
12 changed files
with
0 additions
and
402 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,3 @@ | ||
export const getKey = (text: string): string => { | ||
return text.toLowerCase().replace(/\s/g, '-') | ||
} | ||
|
||
export const sortByLabel = <T extends { [key: string]: string }>( | ||
list: T[] | ||
): T[] => list.sort((a, b) => a.label.localeCompare(b.label, 'fr')) |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
105 changes: 0 additions & 105 deletions
105
pro/src/pages/CsvTable/components/CsvTable/CsvTable.module.scss
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.