1
0
Fork 0
discourse-custom-wizard-unl.../assets/javascripts/wizard/components/wizard-composer-hyperlink.js.es6

13 Zeilen
216 B
Text

import Component from "@ember/component";
export default Component.extend({
actions: {
addLink() {
this.addLink(this.linkName, this.linkUrl);
},
hideBox() {
this.hideBox();
},
},
});