mirror of
https://github.com/apache/skywalking-booster-ui.git
synced 2025-10-15 04:09:14 +00:00
feat: Implement customize menus (#297)
This commit is contained in:
@@ -21,5 +21,5 @@ const CancelToken = axios.CancelToken;
|
||||
export const cancelToken = (): any =>
|
||||
new CancelToken(function executor(c) {
|
||||
const w = window as any;
|
||||
w.axiosCancel.push(c);
|
||||
(w.axiosCancel || []).push(c);
|
||||
});
|
||||
|
Reference in New Issue
Block a user