Fix activity (#11015)

Deprecating unused states and making sure that the ActivityRichText
editor loads when activity.bodyV2 is present
This commit is contained in:
Charles Bochet
2025-03-19 10:45:11 +01:00
committed by GitHub
parent 117a961622
commit ca9c070945
20 changed files with 46 additions and 69 deletions

View File

@ -9,7 +9,6 @@ export const mockedNotes: Array<MockedNote> = [
createdAt: '2023-04-26T10:12:42.33625+00:00',
updatedAt: '2023-04-26T10:23:42.33625+00:00',
title: 'My very first note',
body: null,
bodyV2: {
blocknote: null,
markdown: null,
@ -68,7 +67,6 @@ export const mockedNotes: Array<MockedNote> = [
createdAt: new Date().toISOString(),
updatedAt: new Date().toISOString(),
title: 'Another note',
body: null,
bodyV2: {
blocknote: null,
markdown: null,

View File

@ -26,7 +26,6 @@ export const mockedTasks: Array<MockedTask> = [
createdAt: '2023-04-26T10:12:42.33625+00:00',
updatedAt: '2023-04-26T10:23:42.33625+00:00',
title: 'My very first note',
body: null,
bodyV2: {
blocknote: null,
markdown: null,