Skip to content

Commit 8660396

Browse files
authored
Update web_src/js/components/RepoActionView.vue
1 parent 914ece6 commit 8660396

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

web_src/js/components/RepoActionView.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -282,7 +282,7 @@ const sfc = {
282282
if (this.menuVisible) this.menuVisible = false;
283283
},
284284
285-
toggleTimeDisplay(type: 'seconds' | 'stamp') {
285+
toggleTimeDisplay(type: string) {
286286
this.timeVisible[`log-time-${type}`] = !this.timeVisible[`log-time-${type}`];
287287
for (const el of this.$refs.steps.querySelectorAll(`.log-time-${type}`)) {
288288
toggleElem(el, this.timeVisible[`log-time-${type}`]);

0 commit comments

Comments
 (0)