()
| 152 | // --- Internal Helpers --- |
| 153 | |
| 154 | function open() { |
| 155 | populateForm(); |
| 156 | selectChatAppsTab(getInitialChatAppsTab(state.config?.adapters || {})); |
| 157 | dialog.showModal(); |
| 158 | } |
| 159 | |
| 160 | function close() { |
| 161 | dialog.close(); |
nothing calls this directly
no test coverage detected