Formatting

ref #112
This commit is contained in:
2021-03-26 18:01:34 +01:00
parent 73d95bc004
commit f185d559c0
2 changed files with 10 additions and 6 deletions

View File

@@ -35,7 +35,7 @@
$: sponsoring_contracts_show = true;
$: cards_show = true;
$: generate_orgs = [original_object];
$: registrationLink = `${config.baseurl}/selfservice/register/${editable.registrationKey}`
$: registrationLink = `${config.baseurl}/selfservice/register/${editable.registrationKey}`;
const getContactLabel = (option) =>
option.firstname + " " + (option.middlename || "") + " " + option.lastname;
const promise = RunnerOrganizationService.runnerOrganizationControllerGetOne(
@@ -126,7 +126,7 @@
throw new Error();
}
Toastify({
text: $_('copied-link-to-clipboard'),
text: $_("copied-link-to-clipboard"),
duration: 500,
backgroundColor: "linear-gradient(to right, #00b09b, #96c93d)",
}).showToast();