diff --git a/front/src/components/WhiteboardHistoryItem.vue b/front/src/components/WhiteboardHistoryItem.vue index 07b53ef..978a788 100644 --- a/front/src/components/WhiteboardHistoryItem.vue +++ b/front/src/components/WhiteboardHistoryItem.vue @@ -1,8 +1,15 @@ + {{ whiteboard.title }} - {{ formatDate(whiteboard.createdAt) }} + + {{ formatDate(whiteboard.createdAt) }} + + + + + + + + + + + + Delete Whiteboard + + + + Are you sure you want to delete this whiteboard? + + + + + + +