mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-19 13:06:01 +00:00
icon names refactor
This commit is contained in:
@@ -126,7 +126,7 @@ function SqlObjectListWrapper() {
|
||||
const db = useCurrentDatabase();
|
||||
|
||||
if (!db) {
|
||||
return <ErrorInfo message="Database not selected" icon="mdi mdi-alert-circle color-blue" />;
|
||||
return <ErrorInfo message="Database not selected" icon="img alert" />;
|
||||
}
|
||||
const { name, connection } = db;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user