From c7e439f59397542c865216b8fecf2eb35bc233e2 Mon Sep 17 00:00:00 2001 From: Joseph Schorr Date: Tue, 28 Nov 2017 15:38:48 +0200 Subject: [PATCH] Set a default error message for resource views Ensures that we don't display an empty error box --- static/directives/resource-view.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/directives/resource-view.html b/static/directives/resource-view.html index 07123d68d..719f9c6e3 100644 --- a/static/directives/resource-view.html +++ b/static/directives/resource-view.html @@ -1,7 +1,7 @@
- {{ errorMessage }} + {{ errorMessage || 'Could not load resource' }}