Skip to content

Commit

Permalink
update default test version
Browse files Browse the repository at this point in the history
  • Loading branch information
pmenglund committed Jan 31, 2024
1 parent cc310cf commit b65a1a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/ConfigEditor.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ export function ConfigEditor(props: Props) {
tooltip={"for a full list of API servers, see https://docs.rockset.com/documentation/reference/rest-api"}>
<Input
onChange={onServerChange}
value={jsonData.server || 'api.usw2a1.rockset.com'}
value={jsonData.server || ''}
placeholder="Rockset API server"
width={fieldWidth}
/>
Expand Down

0 comments on commit b65a1a3

Please sign in to comment.