mirror of
https://gitee.com/ant-design/ant-design.git
synced 2024-12-02 03:59:01 +08:00
fix: lint
This commit is contained in:
parent
acc9e96689
commit
72296fd4e0
@ -17,6 +17,8 @@ interface CategoryState {
|
|||||||
}
|
}
|
||||||
|
|
||||||
class Category extends React.Component<CategoryProps, CategoryState> {
|
class Category extends React.Component<CategoryProps, CategoryState> {
|
||||||
|
copyId?: number;
|
||||||
|
|
||||||
state = {
|
state = {
|
||||||
justCopied: null,
|
justCopied: null,
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user