Merge pull request #1067 from theseyi/master

fix disable scenario for deprecation status update
This commit is contained in:
Seyi Adebajo 2018-03-28 16:14:47 -07:00 committed by GitHub
commit 2fed94d152
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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>