(options = {})
| 3 | |
| 4 | class AskAIHelpView extends ModalComponent { |
| 5 | constructor (options = {}) { |
| 6 | super(options) |
| 7 | this.propsData = options.propsData |
| 8 | } |
| 9 | |
| 10 | afterRender () { |
| 11 | super.afterRender() |
nothing calls this directly
no outgoing calls
no test coverage detected