Skip to content

Commit 844977e

Browse files
authored
Update using-custom-dialogs-with-spfx.md
1 parent b8bfc50 commit 844977e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/spfx/extensions/guidance/using-custom-dialogs-with-spfx.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -237,7 +237,7 @@ To associate the custom dialog box with your custom ListView Command Set, add th
237237
dialog.colorCode = this._colorCode || '#EEEEEE';
238238
dialog.show().then(() => {
239239
this._colorCode = dialog.colorCode;
240-
Dialog.alert(`Picked color: ${dialog.colorCode}`);
240+
Dialog.alert('Picked color: ${dialog.colorCode}');
241241
});
242242
break;
243243
default:

0 commit comments

Comments
 (0)