Update TextualEvent.stories.tsx

This commit is contained in:
David Baker 2025-07-18 09:30:06 +01:00 committed by GitHub
parent 31fb23a170
commit 61bf70195b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -16,7 +16,7 @@ export default {
component: TextualEventComponent,
tags: ["autodocs"],
args: {
vm: new MockViewModel("Dummy textual event text"),
vm: new MockViewModel("Not dummy textual event text"),
},
} as Meta<typeof TextualEventComponent>;