fix(ui): code ql scan fix
This commit is contained in:
parent
2dddf05871
commit
60b007a8e7
2 changed files with 2 additions and 1 deletions
|
|
@ -100,6 +100,7 @@ function Condition({
|
|||
value={instance.query.right}
|
||||
onChange={writeQuery}
|
||||
placeholder="Specify Value"
|
||||
type={"number"}
|
||||
/>
|
||||
)}
|
||||
</div>
|
||||
|
|
|
|||
|
|
@ -333,7 +333,7 @@ export default class App {
|
|||
return undefined
|
||||
}
|
||||
const ingest = this.options.ingestPoint
|
||||
const isSaas = /api.openreplay.com/.test(ingest)
|
||||
const isSaas = /api\.openreplay\.com/.test(ingest)
|
||||
|
||||
const projectPath = isSaas ? 'https://openreplay.com/ingest' : ingest
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue