Fixed an issue where an operation error message pop up showing the database object's name incorrectly. Fixes #7078

This commit is contained in:
Nikhil Mohite
2021-12-28 13:49:04 +05:30
committed by Akshay Joshi
parent 603d91be0e
commit 191e2b6242
6 changed files with 10 additions and 8 deletions
@@ -14,6 +14,7 @@ import Theme from 'sources/Theme';
import { NotifierMessage, MESSAGE_TYPE } from '../components/FormComponents';
import CustomPropTypes from '../custom_prop_types';
import gettext from 'sources/gettext';
import _ from 'lodash';
import pgWindow from 'sources/window';
import ModalProvider, { useModal } from './ModalProvider';
import { DefaultButton, PrimaryButton } from '../components/Buttons';