We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b1fb58a commit 0ff5865Copy full SHA for 0ff5865
source/views/building-hours/report/editor.js
@@ -44,6 +44,7 @@ export class BuildingHoursScheduleEditorView extends React.PureComponent {
44
45
delete = () => {
46
this.props.navigation.state.params.onDeleteSet()
47
+ this.props.navigation.goBack()
48
}
49
50
onChangeDays = (newDays: DayOfWeekEnumType[]) => {
0 commit comments