Working delete shifts functionality
This commit is contained in:
@@ -111,7 +111,6 @@ class ClientEditShiftForm extends Component {
|
||||
description: note ? note : undefined
|
||||
});
|
||||
}
|
||||
console.log({ ...postRequestBodies[0], uuid: cShiftUUID })
|
||||
this.props.dispatch(
|
||||
editCShiftRequest({ ...postRequestBodies[0], uuid: cShiftUUID })
|
||||
);
|
||||
@@ -196,7 +195,7 @@ class ClientEditShiftForm extends Component {
|
||||
priceUUID={priceUUID}
|
||||
startTime={startTime}
|
||||
duration={duration}
|
||||
note={note}
|
||||
note={note || ""}
|
||||
selectedShiftDates={selectedShiftDates}
|
||||
changeSelectedEmployee={this.changeSelectedEmployee}
|
||||
changeSelectedPrice={this.changeSelectedPrice}
|
||||
|
||||
Reference in New Issue
Block a user