Fix dashboard to display middleware details
This commit is contained in:
parent
ffd4e207a4
commit
d8156ef625
1 changed files with 1 additions and 1 deletions
|
@ -1131,7 +1131,7 @@ export default {
|
|||
return exData
|
||||
},
|
||||
getProviderLogoPath (provider) {
|
||||
const name = provider.name.toLowerCase()
|
||||
const name = provider.toLowerCase()
|
||||
|
||||
if (name.includes('plugin-')) {
|
||||
return 'statics/providers/plugin.svg'
|
||||
|
|
Loading…
Reference in a new issue