mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-02-25 18:55:31 -06:00
Fixed an issue where preview images for themes were not loading in preferences. #6363
This commit is contained in:
@@ -69,7 +69,7 @@ const copyFiles = new CopyPlugin({
|
||||
pgadminThemesJson,
|
||||
{
|
||||
from: './pgadmin/static/scss/resources/**/*.png',
|
||||
to: 'img/[name].[ext]',
|
||||
to: 'img/[name][ext]',
|
||||
},
|
||||
],
|
||||
});
|
||||
|
Reference in New Issue
Block a user