Skip to content

Commit 63093cc

Browse files
committed
Updated ControlsTest for the new rowSpan widget property.
1 parent a5760ae commit 63093cc

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/webparts/controlsTest/components/ControlsTest.tsx

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,6 +161,7 @@ import {
161161
VariantType,
162162
} from '../../../controls/variantThemeProvider';
163163
import {
164+
IWidgetLink,
164165
WidgetSize,
165166
} from '../../../controls/dashboard';
166167
import { debounce } from 'lodash';
@@ -1055,7 +1056,7 @@ export default class ControlsTest extends React.Component<IControlsTestProps, IC
10551056
}
10561057

10571058
const linkExample = { href: "#" };
1058-
const customizedLinkExample = {
1059+
const customizedLinkExample: any = {
10591060
href: "#",
10601061
title: "This is a customized link!",
10611062
color: "red",
@@ -2358,6 +2359,7 @@ export default class ControlsTest extends React.Component<IControlsTestProps, IC
23582359
title: "Card 2",
23592360
size: WidgetSize.Single,
23602361
link: customizedLinkExample,
2362+
rowSpan: 2
23612363
},
23622364
{
23632365
title: "Card 3",

0 commit comments

Comments
 (0)