Commit ea03e458 authored by Phạm Quang Bảo's avatar Phạm Quang Bảo

Merge branch 'develop' into 'release'

[tag]0.1-vcci

See merge request !23
parents 8ef9343a b98d8d29
Pipeline #43878 failed with stages
in 6 seconds
......@@ -36,7 +36,7 @@ export default function DynamicPage() {
});
const { data: newsDetail, isLoading: isLoadingDetail } = useGetNews<GetNewsResponseType>({
filters: `external_link@=${lastPart}`,
filters: `page_config.static_link==/${url}` + `,external_link@=${lastPart}`,
});
const { data: news, isLoading } = useGetNews<GetNewsResponseType>({
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment