mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2026-08-08 20:18:28 -05:00
Fixed an issue where an operation error message pop up showing the database object's name incorrectly. Fixes #7078
This commit is contained in:
committed by
Akshay Joshi
parent
603d91be0e
commit
191e2b6242
@@ -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';
|
||||
|
||||
Reference in New Issue
Block a user