mirror of
https://github.com/ToolJet/ToolJet
synced 2026-05-24 09:28:31 +00:00
fix: subpath table column drag svg image issue
This commit is contained in:
parent
a76e4189d3
commit
2dc6ae8e4b
1 changed files with 1 additions and 1 deletions
|
|
@ -992,7 +992,7 @@ class TableComponent extends React.Component {
|
||||||
<div className="col-auto">
|
<div className="col-auto">
|
||||||
<img
|
<img
|
||||||
data-cy={`draggable-handle-column-${resolvedItemName}`}
|
data-cy={`draggable-handle-column-${resolvedItemName}`}
|
||||||
src="../../assets/images/icons/dragicon.svg"
|
src="assets/images/icons/dragicon.svg"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
<div className="col">
|
<div className="col">
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue