mirror of
https://gitee.com/nocobase/nocobase.git
synced 2025-05-05 05:29:26 +08:00
fix: block template menus not shown in mysql env (#6726)
This commit is contained in:
parent
374c569dc0
commit
c1b24c5c53
@ -68,7 +68,7 @@ export const BlockTemplateMenusProvider = ({ children }) => {
|
|||||||
method: 'get',
|
method: 'get',
|
||||||
params: {
|
params: {
|
||||||
filter: {
|
filter: {
|
||||||
configured: true,
|
configured: { $isTruly: true },
|
||||||
type: isMobile ? 'Mobile' : { $ne: 'Mobile' },
|
type: isMobile ? 'Mobile' : { $ne: 'Mobile' },
|
||||||
},
|
},
|
||||||
paginate: false,
|
paginate: false,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user