Skip to content

Commit c966a1f

Browse files
committed
fixed broken build
1 parent e8626ae commit c966a1f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packages/messenger-demo/src/App.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ function App() {
5050
theme: undefined, // OPTIONAL PARAMETER : undefined/themeColors
5151
signInImage: undefined, // OPTIONAL PARAMETER : string URL of image
5252
siwe: undefined, // OPTIONAL PARAMETER : sign in with ethereum
53-
disableNetworkDialog: undefined, // OPTIONAL PARAMETER : to enable/disable adding or removing DS nodes
53+
disableDialogOptions: undefined, // OPTIONAL PARAMETER : to enable/disable dialog properties
5454
};
5555

5656
return (

packages/next-messenger-demo/app/components/DM3Container.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ export default function DM3Container() {
2626
showContacts: true, // true for all contacts / false for default contact
2727
theme: undefined, // OPTIONAL PARAMETER : undefined/themeColors
2828
signInImage: undefined, // OPTIONAL PARAMETER : string URL of image
29-
disableNetworkDialog: undefined, // OPTIONAL PARAMETER : to enable/disable adding or removing DS nodes
29+
disableDialogOptions: undefined, // OPTIONAL PARAMETER : to enable/disable dialog properties
3030
};
3131

3232
return (

0 commit comments

Comments
 (0)