Add no branches text (#3312)

This commit is contained in:
Lukas 2024-02-01 15:31:04 +01:00 committed by GitHub
parent a801f8cbc3
commit dd465add43
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -14,6 +14,9 @@
<div v-else-if="loading" class="flex justify-center text-wp-text-100">
<Icon name="spinner" />
</div>
<Panel v-else class="flex justify-center">
{{ $t('empty_list', { entity: $t('repo.branches') }) }}
</Panel>
</div>
</template>