add languages

This commit is contained in:
Benjamin Takats
2022-12-18 22:25:26 +01:00
parent ee0a55fea6
commit 01718fe2e5

View File

@@ -105,7 +105,7 @@
:clearable="false" :clearable="false"
:searchable="true" :searchable="true"
:async-data="route('api.languages.index')" :async-data="route('api.languages.index')"
option-label="language" option-label="name"
option-value="language" option-value="language"
/> />
</div> </div>