mirror of
https://github.com/datahub-project/datahub.git
synced 2025-10-27 17:02:03 +00:00
fix disable scenario for deprecation status update
This commit is contained in:
parent
47764ba263
commit
d7aaceeb21
@ -73,7 +73,7 @@
|
|||||||
<div class="dataset-deprecation-toggle__actions">
|
<div class="dataset-deprecation-toggle__actions">
|
||||||
<button
|
<button
|
||||||
type="submit"
|
type="submit"
|
||||||
disabled={{not (and isDirty decommissionDate)}}
|
disabled={{and deprecatedAlias (not decommissionDate)}}
|
||||||
class="nacho-button--large nacho-button--secondary">
|
class="nacho-button--large nacho-button--secondary">
|
||||||
Update Deprecation Status
|
Update Deprecation Status
|
||||||
</button>
|
</button>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user