mirror of
https://github.com/dolthub/dolt.git
synced 2026-02-09 03:09:12 -06:00
Splore: Use demo.noms.io as the default database (#2219)
Changes the default database to `https://demo.noms.io/cli-tour` Fixes #2217
This commit is contained in:
@@ -250,7 +250,7 @@ class Prompt extends React.Component<void, {}, void> {
|
||||
Can haz database?
|
||||
<form style={{margin:'0.5em 0'}} onSubmit={e => this._handleOnSubmit(e)}>
|
||||
<input type='text' ref='db' autoFocus={true} style={inputStyle}
|
||||
defaultValue={params.db || 'http://api.noms.io/-/ds/[user]'}
|
||||
defaultValue={params.db || 'https://demo.noms.io/cli-tour'}
|
||||
placeholder='noms database URL'
|
||||
/>
|
||||
<input type='text' ref='token' style={inputStyle}
|
||||
|
||||
Reference in New Issue
Block a user