Update QuickCommandsView.vue

This commit is contained in:
Baobhan Sith
2025-06-04 10:39:55 +08:00
parent 87f660cd61
commit 9f5342d1e4
@@ -575,11 +575,7 @@ const executeCommand = (cmd: QuickCommandFE) => {
}
});
if (undefinedVariables.length > 0) {
uiNotificationsStore.showWarning(
t('quickCommands.form.warningUndefinedVariables', { variables: undefinedVariables.join(', ') })
);
}
// 4. 获取当前激活的 SSH 会话 ID
const activeSessionId = sessionStore.activeSessionId;