mirror of
https://github.com/Unleash/unleash.git
synced 2025-02-28 00:17:12 +01:00
refactor: fix deprecation for string truncator (#9359)
This commit is contained in:
parent
55eb73cf08
commit
7ec6c141f3
@ -45,4 +45,7 @@ const StringTruncator = ({
|
||||
);
|
||||
};
|
||||
|
||||
/**
|
||||
* @deprecated use `Truncator` instead
|
||||
*/
|
||||
export default StringTruncator;
|
||||
|
Loading…
Reference in New Issue
Block a user