Skip to content
Snippets Groups Projects
Commit 855eb483 authored by Franco Pariani's avatar Franco Pariani
Browse files

Fix closing popover

parent 54eead12
No related branches found
No related tags found
No related merge requests found
......@@ -115,7 +115,7 @@
</label>
</div>
<div class="form-group">
<button class="btn btn-secondary" (click)="saveConfig()">{{ "i18n.action.save" | translate | titleCase }}</button>
<button class="btn btn-secondary" (click)="saveConfig(); popover.close();">{{ "i18n.action.save" | translate | titleCase }}</button>
</div>
</div>
</ng-template>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment