We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bf63441 commit bd92ee9Copy full SHA for bd92ee9
packages/main/src/webComponents/Dialog/Dialog.stories.tsx
@@ -47,6 +47,8 @@ export const Default: Story = {
47
</Button>
48
<Dialog
49
{...args}
50
+ data-sap-ui-fastnavgroup="true"
51
+ className="contentPartNoPadding"
52
open={dialogOpen}
53
onClose={(e) => {
54
args.onClose(e);
@@ -55,6 +57,7 @@ export const Default: Story = {
55
57
footer={
56
58
<FlexBox justifyContent={FlexBoxJustifyContent.End} fitContainer style={{ paddingBlock: '0.25rem' }}>
59
<Button
60
61
onClick={() => {
62
setDialogOpen(false);
63
}}
0 commit comments