From 6e9c70d26223b03a0cbccd1cbaa503e3a83a1469 Mon Sep 17 00:00:00 2001 From: Kevin Ansfield Date: Thu, 3 Nov 2016 13:07:25 +0000 Subject: [PATCH] Fix empty subscribers import modal no issue - recent changes to the way our modals work has resulted in the subscribers import modal appearing blank. The `liquid-if` used for transitioning between upload and result state of the doesn't run properly and the styles end up hiding it's contents - this PR is a quick-fix that removes the animated transition so that imports are still possible --- .../app/templates/components/modals/import-subscribers.hbs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ghost/admin/app/templates/components/modals/import-subscribers.hbs b/ghost/admin/app/templates/components/modals/import-subscribers.hbs index ae0085095d..0e0a238f81 100644 --- a/ghost/admin/app/templates/components/modals/import-subscribers.hbs +++ b/ghost/admin/app/templates/components/modals/import-subscribers.hbs @@ -10,7 +10,7 @@