1
1
mirror of https://github.com/go-gitea/gitea synced 2025-07-04 17:47:19 +00:00

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
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();