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