mirror of
https://github.com/datahub-project/datahub.git
synced 2025-08-31 04:25:29 +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">
|
<div class="dataset-authors-save-error">
|
||||||
<p>
|
<p>
|
||||||
{{fa-icon "times-circle-o" class="dataset-authors-save-error__icon"}}
|
{{fa-icon "times-circle-o" class="dataset-authors-save-error__icon"}}
|
||||||
{{#unless hasChanged}}
|
{{#unless (eq changedState 1)}}
|
||||||
Please make changes to save.
|
Please make changes to save.
|
||||||
{{else}}
|
{{else}}
|
||||||
{{#if (eq ownersRequiredCount 2)}}
|
{{#if (eq ownersRequiredCount 2)}}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user