Commit c43c810
authored
Fix configure hide/show when subprojects present (#2781)
The configure page (`/builds/<id>/configure`) currently has an infinite
recursion issue which causes browsers to kill the process due to high
memory usage when viewing projects with subprojects. This is due to a
vue event handler mistakenly written as a binding.1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
106 | 106 | | |
107 | 107 | | |
108 | 108 | | |
109 | | - | |
| 109 | + | |
110 | 110 | | |
111 | 111 | | |
112 | 112 | | |
| |||
0 commit comments