Compare commits

...

1 Commits

Author SHA1 Message Date
David Baker
61bf70195b Update TextualEvent.stories.tsx 2025-07-18 09:30:06 +01:00

View File

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