Skip to content

Commit

Permalink
chore(board): add call to action on board access
Browse files Browse the repository at this point in the history
  • Loading branch information
nikku committed Nov 17, 2020
1 parent 79c8b7d commit 451af25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/board/src/Taskboard.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -765,7 +765,7 @@
{#if !error}
{#each warnings as warning}
<Notification type="warning" message="{ warning.action } failed">
Could not reach the board back-end.
Could not reach the board back-end. <a href>Reload board.</a>
</Notification>
{/each}
{/if}
Expand Down

0 comments on commit 451af25

Please sign in to comment.