From ff0ee46d294d08a01755fa7bc19a01c7beaba241 Mon Sep 17 00:00:00 2001 From: Dominik Csapak Date: Fri, 6 Oct 2017 14:36:13 +0200 Subject: [PATCH] setEmptyText when when loading the store with an email selected so that we get 'no data' instead of 'no email selected' Signed-off-by: Dominik Csapak --- js/QuarantineList.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/QuarantineList.js b/js/QuarantineList.js index 0f83904..8bb7bca 100644 --- a/js/QuarantineList.js +++ b/js/QuarantineList.js @@ -55,7 +55,7 @@ Ext.define('PMG.QuarantineList', { // if the combobox has no selection we do not reload return; } - + me.setEmptyText(); } view.getStore().load(callback); },