You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
letheader=(content.startsWith("Trying to connect")) ? "Connecting..." : "Error";
231
+
if(content==="If you have questions about NeoDash, or want to build a production grade Neo4j front-end: reach out to Niels at [email protected]."){
232
+
header="Contact"
233
+
}
234
+
222
235
this.errorModal=<NeoModalheader={header}
223
-
style={{'maxWidth': '550px'}}
224
-
open={true}
225
-
trigger={null}
226
-
content={<p>{content}</p>}
227
-
key={this.state.count}
228
-
id={this.state.count}
229
-
root={document.getElementById("root")}
230
-
actions={[
236
+
style={{'maxWidth': '550px'}}
237
+
open={true}
238
+
trigger={null}
239
+
content={<p>{content}</p>}
240
+
key={this.state.count}
241
+
id={this.state.count}
242
+
root={document.getElementById("root")}
243
+
actions={[
231
244
<Buttonflatmodal="close"
232
245
node="button"
233
246
waves="red">Close</Button>
@@ -331,6 +344,12 @@ class NeoDash extends React.Component {
331
344
332
345
}
333
346
347
+
handleGetInTouchClick(neodash){
348
+
letcontactMessage="If you have questions about NeoDash, or want to build a production grade Neo4j front-end: reach out to Niels at [email protected].";
0 commit comments