Skip to content

Commit

Permalink
chore:add new key to demo data
Browse files Browse the repository at this point in the history
  • Loading branch information
maceteligolden committed Nov 30, 2023
1 parent 62c7f6d commit bf4d333
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions apps/web/pages/kanban/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ const demoData = {
{
id: '1',
content: 'Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.',
hasComment: "tagged",
tags: [
{
id: 'tag-1',
Expand All @@ -48,6 +49,7 @@ const demoData = {
{
id: '4',
content: 'demo content2',
hasComment: "none",
tags: [
{
id: 'tag-1',
Expand All @@ -69,6 +71,7 @@ const demoData = {
{
id: '2',
content: 'another content',
hasComment: "untagged",
tags: [
{
id: 'tag-1',
Expand All @@ -88,6 +91,7 @@ const demoData = {
{
id: '5',
content: 'another content2',
hasComment: "none",
tags: [
{
id: 'tag-1',
Expand All @@ -109,6 +113,7 @@ const demoData = {
{
id: '3',
content: 'a simple tes',
hasComment: "none",
tags: [
{
id: 'tag-1',
Expand All @@ -128,6 +133,7 @@ const demoData = {
{
id: '6',
content: 'a simple tes',
hasComment: "none",
tags: [
{
id: 'tag-1',
Expand Down

0 comments on commit bf4d333

Please sign in to comment.