mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-02-25 18:55:31 -06:00
Fixed an issue where theme preview under theme options was broken in pgAdmin server mode. #7626
This commit is contained in:
@@ -295,6 +295,7 @@ export default function PreferencesComponent({ ...props }) {
|
||||
} else {
|
||||
opt.selected = false;
|
||||
}
|
||||
opt.preview_src = opt.preview_src && url_for('static', { filename: opt.preview_src });
|
||||
});
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user