mirror of
https://github.com/didi/KnowStreaming.git
synced 2025-12-24 03:42:07 +08:00
[Bugfix]去除删除Truncate时的多余提示信息
This commit is contained in:
@@ -112,10 +112,6 @@ const AutoPage = (props: any) => {
|
|||||||
message: '清除数据成功',
|
message: '清除数据成功',
|
||||||
});
|
});
|
||||||
getTopicsList();
|
getTopicsList();
|
||||||
} else {
|
|
||||||
notification.error({
|
|
||||||
message: '清除数据失败',
|
|
||||||
});
|
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user