mirror of
https://github.com/datahub-project/datahub.git
synced 2025-08-30 03:56:04 +00:00
Fix typo in dataset ownership tab that caused save error message to be incorrectly displayed
This commit is contained in:
parent
1bc19975ca
commit
1ba42988bf
@ -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)}}
|
||||
|
Loading…
x
Reference in New Issue
Block a user