Skip to content

Commit b648f81

Browse files
committed
remove extra space from admin.js
Signed-off-by: RAKHI DUTTA <[email protected]>
1 parent 9010538 commit b648f81

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

mcpgateway/static/admin.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4859,9 +4859,9 @@ async function handleEditServerFormSubmit(e) {
48594859
else {
48604860
// Redirect to the appropriate page based on inactivity checkbox
48614861
const redirectUrl = isInactiveCheckedBool
4862-
? `${window.ROOT_PATH}/admin?include_inactive=true#catalog`
4863-
: `${window.ROOT_PATH}/admin#catalog`;
4864-
window.location.href = redirectUrl;
4862+
? `${window.ROOT_PATH}/admin?include_inactive=true#catalog`
4863+
: `${window.ROOT_PATH}/admin#catalog`;
4864+
window.location.href = redirectUrl;
48654865
}
48664866
} catch (error) {
48674867
console.error("Error:", error);

0 commit comments

Comments
 (0)