debug filter

This commit is contained in:
2024-01-21 16:06:17 +03:30
parent 158ef2cb1d
commit 74b4ab94c5

View File

@@ -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 ? (