Skip to content
Snippets Groups Projects
Commit 53d2c1cb authored by Ron Lucke's avatar Ron Lucke Committed by Jan-Hendrik Willms
Browse files

fix #2259

Closes #2259

Merge request studip/studip!1488
parent 96042ac9
No related branches found
No related tags found
1 merge request!4Draft: Icon creation
......@@ -116,7 +116,6 @@ export default {
return;
}
this.structureLoadingState = 'loading';
try {
await this.loadStructuralElement(id);
} catch (error) {
......@@ -125,7 +124,6 @@ export default {
return;
}
this.structureLoadingState = 'done';
this.$nextTick( () => {
this.canVisit = this.structuralElementLastMeta['can-visit'];
this.selected = this.structuralElementById({ id });
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment