This commit is contained in:
2024-07-21 10:58:51 +03:00
parent 54c9ca8908
commit af05b51d1c
188 changed files with 1155 additions and 555 deletions

View File

@@ -57,7 +57,7 @@ export const ProductsPage: FC = () => {
const onDeleteClick = (product: ProductSchema) => {
modals.openConfirmModal({
title: 'Удаление товара',
centered: true,
// centered: true,
children: (
<Text size="sm">
Вы уверены что хотите удалить товар {product.name}