Commit b3d3b8b
authored
fix: Stop multiple buttons from compounding in the workspace action dropdown (coder#3482)
The variadic function on an object doesn't clone the inner array.
This was causing the `secondary` property to accumulate more and
more button types as time went on!
Fixes coder#3154.1 parent 16c12e9 commit b3d3b8b
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
68 | 68 | | |
69 | 69 | | |
70 | 70 | | |
71 | | - | |
| 71 | + | |
72 | 72 | | |
73 | 73 | | |
74 | 74 | | |
| |||
0 commit comments