mirror of
https://github.com/Qortal/q-shop.git
synced 2025-01-30 14:52:20 +00:00
Removed log
This commit is contained in:
parent
9348a52e97
commit
6131c89f7c
@ -212,7 +212,6 @@ const MyModal: React.FC<MyModalProps> = ({ open, onClose, onPublish }) => {
|
||||
data64: dataContainerToBase64,
|
||||
identifier: `${currentStore.id}-${DATA_CONTAINER_BASE}`,
|
||||
});
|
||||
console.log({ dataContainerCreated });
|
||||
if (dataContainerCreated && !dataContainerCreated.error) {
|
||||
dispatch(
|
||||
setDataContainer({
|
||||
@ -229,9 +228,9 @@ const MyModal: React.FC<MyModalProps> = ({ open, onClose, onPublish }) => {
|
||||
})
|
||||
);
|
||||
onClose();
|
||||
}
|
||||
setShowCreateNewDataContainerModal(false);
|
||||
setShowAdvancedSettings(false);
|
||||
}
|
||||
} catch (error) {
|
||||
console.error(error);
|
||||
navigate("/");
|
||||
|
Loading…
Reference in New Issue
Block a user