Skip to content

Commit

Permalink
chore: move the ValidationErrorIcon outside the table value cell
Browse files Browse the repository at this point in the history
  • Loading branch information
josdejong committed Jul 23, 2024
1 parent 0b934e3 commit 6526761
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/lib/components/modes/tablemode/TableMode.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -1836,10 +1836,11 @@
<div class="jse-context-menu-anchor">
<ContextMenuPointer selected={true} onContextMenu={openContextMenu} />
</div>
{/if}{#if validationError}
<ValidationErrorIcon {validationError} onExpand={noop} />
{/if}
</div>
{#if validationError}
<ValidationErrorIcon {validationError} onExpand={noop} />
{/if}
</td>
{/each}
{#if showRefreshButton}
Expand Down

0 comments on commit 6526761

Please sign in to comment.