This reverts commit 25219baeb4
.
PR Close #32965
This commit is contained in:
@ -29,7 +29,7 @@ export interface Query {
|
||||
read: any;
|
||||
isViewQuery: boolean;
|
||||
selector: any;
|
||||
static?: boolean;
|
||||
static: boolean;
|
||||
}
|
||||
|
||||
export const createContentChildren = makeMetadataFactory<Query>(
|
||||
|
Reference in New Issue
Block a user