-
Notifications
You must be signed in to change notification settings - Fork 25
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix typescript type name typo in DataTableManager component (#2154)
* refactor(data-table-manager): fix type name typo * chore(data-table-manager): changeset added * chore(data-table-manager): improve changeset message Co-authored-by: Nicola Molinari <[email protected]> Co-authored-by: Nicola Molinari <[email protected]>
- Loading branch information
1 parent
87b45d4
commit 5a1d5f1
Showing
3 changed files
with
8 additions
and
3 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
--- | ||
'@commercetools-uikit/data-table-manager': patch | ||
--- | ||
|
||
Fix name typo for `TColumnProps` type. |
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 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 +1 @@ | ||
export type { TRow, TColumProps } from './data-table-manager'; | ||
export type { TRow, TColumnProps } from './data-table-manager'; |
5a1d5f1
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Successfully deployed to the following URLs: