Clone form is blank
Hi, I'm trying to create a clone form but I'm getting a blank form each time.
I created my resource action and route as shown
But when I navigate to /rent_payments/clone/54 I get a blank form
I created my resource action and route as shown
clone: "/rent_payments/clone/:id",<Route
path="clone/:id"
element={<RentPaymentCreate />}
/>But when I navigate to /rent_payments/clone/54 I get a blank form
