mirror of
https://gitee.com/ant-design/ant-design.git
synced 2024-11-30 02:59:04 +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> {
|
||||
copyId?: number;
|
||||
|
||||
state = {
|
||||
justCopied: null,
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user