added page acceptance

This commit is contained in:
Samandar Turg'unboev
2025-07-12 18:11:24 +05:00
parent 62a5c062d1
commit 6b48f507a4
17 changed files with 1213 additions and 26 deletions

View File

@@ -70,8 +70,6 @@ const DashboardEditBoxPage = (props: Props) => {
}
);
console.log(getOneBox, 'pkets');
if (getOneBox.loading || !getOneBox.data) {
return <Loader p={8} size={96} />;
}