Clicking on a dropdown option now closes it everywhere

ref #84 #89
This commit is contained in:
2021-02-28 17:17:41 +01:00
parent 9a8a978e49
commit 9fec315910
5 changed files with 5 additions and 0 deletions

View File

@@ -84,6 +84,7 @@
}
}
async function generateSponsoringContract(locale) {
sponsoring_contracts_download_open = false;
const runners = await RunnerTeamService.runnerTeamControllerGetRunners(
teamdata.id
);

View File

@@ -19,6 +19,7 @@
usersstore.set(data);
});
async function generateSponsoringContract(locale) {
sponsoring_contracts_download_open = false;
const teams = current_teams.filter((r) => r.is_selected === true);
const toast = Toastify({
text: $_("generating-pdfs"),