File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
next-messenger-demo/app/components Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff 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 (
Original file line number Diff line number Diff 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 (
You can’t perform that action at this time.
0 commit comments