(e)
| 147 | } |
| 148 | |
| 149 | newModel (e) { |
| 150 | const modal = new NewModelModal({ model: this.model, modelLabel: this.modelLabel, properties: this.modelProperties, hasNoNameProperty: this.hasNoNameProperty }) |
| 151 | modal.once('model-created', this.onNewModelSaved) |
| 152 | return this.openModalView(modal) |
| 153 | } |
| 154 | |
| 155 | openCreateAccountModal (e) { |
| 156 | e.stopPropagation() |
nothing calls this directly
no outgoing calls
no test coverage detected