MCPcopy Create free account
hub / github.com/ShareDropio/sharedrop / openModal

Function openModal

app/routes/application.js:9–14  ·  view source on GitHub ↗
(modalName)

Source from the content-addressed store, hash-verified

7
8 actions: {
9 openModal(modalName) {
10 return this.render(modalName, {
11 outlet: 'modal',
12 into: 'application',
13 });
14 },
15
16 closeModal() {
17 return this.disconnectOutlet({

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected