keynotfound story

This commit is contained in:
Jacob Overgaard
2023-07-27 14:12:20 +02:00
parent ab5cde196c
commit cbf3528d2f

View File

@@ -30,3 +30,10 @@ export default meta;
type Story = StoryObj<UmbLocalizeElement>;
export const Overview: Story = {};
export const KeyNotFound: Story = {
args: {
key: 'general_ok_not_found',
debug: true,
},
};