mirror of
https://github.com/whyour/qinglong.git
synced 2026-07-18 02:14:32 +08:00
环境变量值增加复制功能
This commit is contained in:
@@ -1037,6 +1037,7 @@ const Crontab = () => {
|
||||
|
||||
const tabClick = (key: string) => {
|
||||
const view = enabledCronViews.find((x) => x.id == key);
|
||||
setSelectedRowIds([]);
|
||||
setPageConf({ ...pageConf, page: 1 });
|
||||
setViewConf(view ? view : null);
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user