We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9010538 commit b648f81Copy full SHA for b648f81
mcpgateway/static/admin.js
@@ -4859,9 +4859,9 @@ async function handleEditServerFormSubmit(e) {
4859
else {
4860
// Redirect to the appropriate page based on inactivity checkbox
4861
const redirectUrl = isInactiveCheckedBool
4862
- ? `${window.ROOT_PATH}/admin?include_inactive=true#catalog`
4863
- : `${window.ROOT_PATH}/admin#catalog`;
4864
- window.location.href = redirectUrl;
+ ? `${window.ROOT_PATH}/admin?include_inactive=true#catalog`
+ : `${window.ROOT_PATH}/admin#catalog`;
+ window.location.href = redirectUrl;
4865
}
4866
} catch (error) {
4867
console.error("Error:", error);
0 commit comments