Skip to content

Commit

Permalink
set label back to label
Browse files Browse the repository at this point in the history
  • Loading branch information
kelset committed Apr 5, 2024
1 parent d5497d6 commit e8eea24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/xplat-v9/StrictDomDemo.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ export const StrictDomDemo = () => {

return (
<FluentProvider theme={webLightTheme} className={mergeClasses(classNames.root)}>
<Label required>This is a test</Label>
<Label required>Label</Label>
<ButtonStories />
</FluentProvider>
);
Expand Down

0 comments on commit e8eea24

Please sign in to comment.