From 1ba42988bf49249520436a37fb05eb0ceff8464c Mon Sep 17 00:00:00 2001 From: cptran777 Date: Wed, 9 May 2018 12:40:50 -0700 Subject: [PATCH] Fix typo in dataset ownership tab that caused save error message to be incorrectly displayed --- wherehows-web/app/templates/components/dataset-authors.hbs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wherehows-web/app/templates/components/dataset-authors.hbs b/wherehows-web/app/templates/components/dataset-authors.hbs index 4921351a02..72cc127b82 100644 --- a/wherehows-web/app/templates/components/dataset-authors.hbs +++ b/wherehows-web/app/templates/components/dataset-authors.hbs @@ -233,7 +233,7 @@

{{fa-icon "times-circle-o" class="dataset-authors-save-error__icon"}} - {{#unless hasChanged}} + {{#unless (eq changedState 1)}} Please make changes to save. {{else}} {{#if (eq ownersRequiredCount 2)}}