mirror of
https://github.com/go-gitea/gitea.git
synced 2025-06-29 04:29:55 +00:00
Update JS deps, regenerate SVGs (#34640)
Result of `make update-js svg`.
This commit is contained in:
parent
aa2b3b2b1f
commit
f6f6aedd4f
6 changed files with 939 additions and 767 deletions
|
@ -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();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue