This commit is contained in:
Andras Bacsai 2022-09-29 13:15:19 +02:00
parent a67618675d
commit f40e142704
2 changed files with 2 additions and 3 deletions

View File

@ -170,9 +170,8 @@
</button> </button>
</div> </div>
<div class="custom-select-wrapper"> <div class="custom-select-wrapper w-full">
<Select <Select
class="w-full"
placeholder={loading.branches placeholder={loading.branches
? $t('application.configuration.loading_branches') ? $t('application.configuration.loading_branches')
: branchSelectOptions.length ===0 : branchSelectOptions.length ===0

View File

@ -25,7 +25,7 @@
</script> </script>
<script lang="ts"> <script lang="ts">
import { page, session } from '$app/stores'; import { page } from '$app/stores';
import { goto } from '$app/navigation'; import { goto } from '$app/navigation';
import { get, post } from '$lib/api'; import { get, post } from '$lib/api';
import { t } from '$lib/translations'; import { t } from '$lib/translations';