Skip to content
This repository was archived by the owner on Mar 13, 2025. It is now read-only.

Commit 7d037b7

Browse files
committed
fix: edit RB page borken
1 parent 850ce75 commit 7d037b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/routes/ResourceBookingForm/utils.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ import {
1111
FORM_FIELD_TYPE,
1212
} from "../../constants";
1313

14-
const EDIT_RESOURCEBOOKING_ROWS = [
14+
const EDIT_RESOURCE_BOOKING_ROWS = [
1515
{ type: FORM_ROW_TYPE.SINGLE, fields: ["handle"] },
1616
{ type: FORM_ROW_TYPE.SINGLE, fields: ["jobTitle"] },
1717
{ type: FORM_ROW_TYPE.GROUP, fields: ["startDate", "endDate"] },

0 commit comments

Comments
 (0)