Skip to content

Commit

Permalink
chore: update array
Browse files Browse the repository at this point in the history
  • Loading branch information
mnenie committed Aug 21, 2024
1 parent 0da5f4d commit 3095000
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/widgets/boards/ui/TeamBoards.vue
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ const { t } = useI18n();
const boards = ref<BoardPreview[]>([
{
_id: '0',
title: 'GTM Campaign',
name: 'GTM Campaign',
description: 'crm system development',
users: [
{ _id: '0', email: 'al', photoUrl: 'https://www.shadcn-vue.com/avatars/02.png' },
Expand Down

0 comments on commit 3095000

Please sign in to comment.