k
This commit is contained in:
@@ -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}
|
||||
|
||||
Reference in New Issue
Block a user