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