refactor: remove createIndex comments

This commit is contained in:
tglide
2022-11-24 15:20:00 +00:00
parent cb9403be32
commit 1ccbaa5042
@@ -74,14 +74,6 @@
});
} finally {
showCreateIndex = false;
// Redirect to the index page if the index is created from the attribute page
// P.S. goto is not working here for some reason
if (externalAttribute) {
// await goto(window.location.pathname.replace('attributes', 'indexes'), {
// replaceState: true
// });
}
}
}