mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-02-25 18:55:31 -06:00
Remove Alertify from pgAdmin completely. Fixes #7619
This commit is contained in:
@@ -76,7 +76,7 @@ export default function Dependencies({ nodeData, item, node, ...props }) {
|
||||
const [tableData, setTableData] = React.useState([]);
|
||||
const [loaderText, setLoaderText] = React.useState('');
|
||||
const [msg, setMsg] = React.useState('');
|
||||
var columns = [
|
||||
let columns = [
|
||||
{
|
||||
Header: 'Type',
|
||||
accessor: 'type',
|
||||
|
||||
Reference in New Issue
Block a user