change name of request relationship to legacy task order
This commit is contained in:
@@ -34,7 +34,7 @@ export default {
|
||||
|
||||
computed: {
|
||||
showTaskOrderUpload: function() {
|
||||
return !this.initialData.task_order.pdf || this.shouldForceShowTaskOrder
|
||||
return !this.initialData.legacy_task_order.pdf || this.shouldForceShowTaskOrder
|
||||
}
|
||||
},
|
||||
|
||||
|
Reference in New Issue
Block a user