Skip to content
This repository has been archived by the owner on Jul 6, 2022. It is now read-only.

Commit

Permalink
feat(components/Page/ErrorPage/ErrorPage/stories): more examples
Browse files Browse the repository at this point in the history
  • Loading branch information
pan93412 committed Aug 4, 2021
1 parent 4f97084 commit 0b4cc21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/Page/ErrorPage/ErrorPage.stories.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ const Template: Story<ErrorPageProps> = ({
export const WithDetails = Template.bind({});
WithDetails.args = {
errorMessage: "測試錯誤",
errorDetails: "測試錯誤詳細資訊",
errorDetails: "測試錯誤詳細資訊 Error Details 123456",
};

export const WithoutDetails = Template.bind({});
Expand Down

0 comments on commit 0b4cc21

Please sign in to comment.