fix(front): remove internal filter from channel widget on explore
This commit is contained in:
parent
c6428e2381
commit
6baee019e1
|
@ -79,8 +79,8 @@ fetchData()
|
||||||
<channels-widget
|
<channels-widget
|
||||||
v-if="scope === 'all'"
|
v-if="scope === 'all'"
|
||||||
:show-modification-date="true"
|
:show-modification-date="true"
|
||||||
|
:filters="{ordering: '-creation_date'}"
|
||||||
:limit="12"
|
:limit="12"
|
||||||
:filters="{ordering: '-creation_date', external: 'true'}"
|
|
||||||
>
|
>
|
||||||
<template #title>
|
<template #title>
|
||||||
{{ t('components.library.Home.header.newChannels') }}
|
{{ t('components.library.Home.header.newChannels') }}
|
||||||
|
|
Loading…
Reference in New Issue