Fix typo in dataset ownership tab that caused save error message to be incorrectly displayed

This commit is contained in:
cptran777 2018-05-09 12:40:50 -07:00
parent 1bc19975ca
commit 1ba42988bf

View File

@ -233,7 +233,7 @@
<div class="dataset-authors-save-error">
<p>
{{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)}}