fix: wms modals without titles

This commit is contained in:
2025-05-11 22:17:46 +04:00
parent 3b082d7836
commit 2a7a50886c
3 changed files with 0 additions and 4 deletions

View File

@@ -41,7 +41,6 @@ const PlaceTypeActions = ({ placeType }: Props) => {
() => {
modals.openContextModal({
modal: "placeTypeModal",
title: "Создание типа места на складе",
withCloseButton: false,
innerProps: {
placeTypeCrud,
@@ -56,7 +55,6 @@ const PlaceTypeActions = ({ placeType }: Props) => {
() => {
modals.openContextModal({
modal: "placeTypeModal",
title: "Редактирование типа места на складе",
withCloseButton: false,
innerProps: {
placeTypeCrud,

View File

@@ -21,7 +21,6 @@ const PlaceTypesEditor = () => {
onClick={() => {
modals.openContextModal({
modal: "placeTypeModal",
title: "Создание типа места на складе",
withCloseButton: false,
innerProps: {
placeTypeCrud,

View File

@@ -48,7 +48,6 @@ const useWarehouseManagementTabContextState = () => {
modals.openContextModal({
modal: "placeModal",
title: "Создание места на складе",
withCloseButton: false,
innerProps: {
placeCrud,