Skip to content

Commit

Permalink
fix: add back actions output
Browse files Browse the repository at this point in the history
  • Loading branch information
kivrafredrik committed Oct 20, 2023
1 parent be08eb1 commit 3e9d5d8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/webapp/layout/story/Story.tsx
Expand Up @@ -115,6 +115,7 @@ export const StoryComponent = observer(({ story }: { story: Story }) => {
controls={controls}
/>
))}
<ActionOutput outputs={outputs} />
</>
)}
</Wrapper>
Expand Down

0 comments on commit 3e9d5d8

Please sign in to comment.