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:
@ -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();
|
||||
|
Reference in New Issue
Block a user