Skip to content
Snippets Groups Projects
Commit 61025a7d authored by Maximilian Giller's avatar Maximilian Giller :squid:
Browse files

Clearing space selection after listing

parent 82e6b470
No related branches found
No related tags found
No related merge requests found
Pipeline #54174 passed
......@@ -18,6 +18,7 @@ export function initInteractions() {
function loadSpacesList() {
// Fill space dropdown
var selectContainer = jQuery("#space-id-select");
selectContainer.empty();
listAllSpaces().then((spaces) => {
Object.keys(spaces).forEach(space_id => {
var selectedTxt = "";
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment