```js const panels = [ { id: "test1", rawTitle: "Test 1" }, { id: "test2", rawTitle: "Test 2" } ]; showModal("a-modal", { panels })); ```
This reverts commit 2abe85b834.
2abe85b834