From 2c52692cef7437bac266ccb01e71c1347d6a84e7 Mon Sep 17 00:00:00 2001 From: Benjamin ter Kuile Date: Mon, 17 Dec 2018 07:08:16 -0500 Subject: [PATCH] Make panda-action-identifier-info-popup inline --- addon/components/panda-action-identifier-info-popup.coffee | 1 + addon/components/panda-action-identifier-info-popup.js | 1 + 2 files changed, 2 insertions(+) diff --git a/addon/components/panda-action-identifier-info-popup.coffee b/addon/components/panda-action-identifier-info-popup.coffee index 9c14466..3a3992a 100644 --- a/addon/components/panda-action-identifier-info-popup.coffee +++ b/addon/components/panda-action-identifier-info-popup.coffee @@ -1,6 +1,7 @@ import Ember from 'ember' export default Ember.Component.extend + tagName: 'span' panda_prefix: '/panda/api/v1' loading_html: "" session: Ember.inject.service('session') diff --git a/addon/components/panda-action-identifier-info-popup.js b/addon/components/panda-action-identifier-info-popup.js index bf71415..4765173 100644 --- a/addon/components/panda-action-identifier-info-popup.js +++ b/addon/components/panda-action-identifier-info-popup.js @@ -2,6 +2,7 @@ import Ember from 'ember'; export default Ember.Component.extend({ + tagName: 'span', panda_prefix: '/panda/api/v1', loading_html: "", session: Ember.inject.service('session'),