fix(front): fix missing keys
This commit is contained in:
parent
74fe8be1c9
commit
513ad08a0a
|
@ -190,6 +190,7 @@ store.dispatch('playlists/fetchOwn')
|
|||
<fw-button
|
||||
color="secondary"
|
||||
icon="bi-pencil"
|
||||
:title="$t('components.playlists.PlaylistModal.button.edit')"
|
||||
@click="$router.push({name: 'library.playlists.detail', params: {id: playlist.id }, query: {mode: 'edit'}})"
|
||||
/>
|
||||
</td>
|
||||
|
|
|
@ -71,7 +71,7 @@ const customRadioId = computed(() => props.customRadio?.id ?? null)
|
|||
color="secondary"
|
||||
class="right floated"
|
||||
icon="bi-pencil"
|
||||
title="{{ $t('components.radios.Card.button.edit') }}"
|
||||
:title="$t('components.radios.Card.button.edit')"
|
||||
@click="$router.push({name: 'library.radios.edit', params: {id: customRadioId }})"
|
||||
/>
|
||||
</div>
|
||||
|
|
Loading…
Reference in New Issue