Skip to content

Commit 2b41894

Browse files
committed
fix(board): de-duplicate warnings by action
1 parent ce1d4f5 commit 2b41894

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/board/src/Taskboard.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -856,7 +856,7 @@
856856

857857
<Notifications>
858858
{#if !error}
859-
{#each warnings as warning (warning)}
859+
{#each warnings as warning (warning.action)}
860860
<Notification type="warning" message="{ warning.action } failed">
861861
Could not reach the board back-end. <a href>Reload board.</a>
862862
</Notification>

0 commit comments

Comments
 (0)