Feat/add other metadata types v2 (#2224)
* Fix view fetch bug * Finished types * Removed console.log * Fixed todo * Reactivate no console * Change no-console to warn
This commit is contained in:
@ -31,12 +31,6 @@ export const useFindOneMetadataObject = ({
|
||||
}),
|
||||
) ?? [];
|
||||
|
||||
// eslint-disable-next-line no-console
|
||||
console.log({
|
||||
foundMetadataObject,
|
||||
columnDefinitions,
|
||||
});
|
||||
|
||||
const findManyQuery = foundMetadataObject
|
||||
? generateFindManyCustomObjectsQuery({
|
||||
metadataObject: foundMetadataObject,
|
||||
|
||||
Reference in New Issue
Block a user