mirror of
https://github.com/ToolJet/ToolJet
synced 2026-05-06 06:48:21 +00:00
Fixes REST API icon in darkmode (#815)
* query image darkmode fix * lint fixes
This commit is contained in:
parent
603108014f
commit
2f70b4a259
1 changed files with 1 additions and 0 deletions
|
|
@ -376,6 +376,7 @@ class Editor extends React.Component {
|
|||
>
|
||||
<div className="col">
|
||||
<img
|
||||
className="svg-icon"
|
||||
src={`/assets/images/icons/editor/datasources/${sourceMeta.kind.toLowerCase()}.svg`}
|
||||
width="20"
|
||||
height="20"
|
||||
|
|
|
|||
Loading…
Reference in a new issue