debug filter
This commit is contained in:
@@ -31,8 +31,6 @@ const FormAComponent = () => {
|
||||
}
|
||||
}, [data]);
|
||||
|
||||
console.log("data", data)
|
||||
|
||||
return (
|
||||
<Stack sx={{bgcolor: '#efefef', width: isNotData ? '100%' : 'auto', height: isNotData ? '100%' : 'auto'}}>
|
||||
{loading ? (
|
||||
|
||||
Reference in New Issue
Block a user