Update
This commit is contained in:
@@ -1,13 +1,16 @@
|
||||
import { Controller } from "@hotwired/stimulus"
|
||||
|
||||
const REVIEW_PATH = "/internal/pdi-bundle-7c4f"
|
||||
|
||||
export default class extends Controller {
|
||||
static targets = ["hintPanel", "progress"]
|
||||
static targets = ["hintPanel", "progress", "reviewPath"]
|
||||
|
||||
connect() {
|
||||
this.clickCount = 0
|
||||
|
||||
console.info("[Forecourt QA] Local review tools remain mounted at /admin.")
|
||||
console.debug("[Forecourt QA] One payload on this page is encoded for transport, not encrypted.")
|
||||
if (this.hasReviewPathTarget) {
|
||||
this.reviewPathTarget.textContent = REVIEW_PATH
|
||||
}
|
||||
}
|
||||
|
||||
tapLogo() {
|
||||
|
||||
Reference in New Issue
Block a user