fix: block template menus not shown in mysql env (#6726)

This commit is contained in:
gchust 2025-04-21 16:21:08 +08:00 committed by GitHub
parent 374c569dc0
commit c1b24c5c53
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -68,7 +68,7 @@ export const BlockTemplateMenusProvider = ({ children }) => {
method: 'get',
params: {
filter: {
configured: true,
configured: { $isTruly: true },
type: isMobile ? 'Mobile' : { $ne: 'Mobile' },
},
paginate: false,