Update JS deps, regenerate SVGs (#34640)

Result of `make update-js svg`.
This commit is contained in:
silverwind 2025-06-07 19:59:36 +02:00 committed by GitHub
parent aa2b3b2b1f
commit f6f6aedd4f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
6 changed files with 939 additions and 767 deletions

View file

@ -177,7 +177,7 @@ export default defineComponent({
},
},
async mounted() { // eslint-disable-line @typescript-eslint/no-misused-promises
async mounted() {
// load job data and then auto-reload periodically
// need to await first loadJob so this.currentJobStepsStates is initialized and can be used in hashChangeListener
await this.loadJob();