ui: fix
This commit is contained in:
parent
a67618675d
commit
f40e142704
@ -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
|
||||||
|
@ -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';
|
||||||
|
Loading…
x
Reference in New Issue
Block a user