[Admin][Order Cycle] Enable save btn after removing fee

This commit is contained in:
binarygit
2022-12-06 10:22:10 +05:45
parent fee99a95f8
commit 7df2ad13c6

View File

@@ -38,3 +38,4 @@ angular.module('admin.orderCycles')
$scope.removeCoordinatorFee = ($event, index) ->
$event.preventDefault()
OrderCycle.removeCoordinatorFee(index)
$scope.order_cycle_form.$dirty = true