dual-salmonD
Refine3y ago
15 replies
dual-salmon

Custom create route

How can I add a custom post route for my Create page? Here is my current code:
        <Create isLoading={formLoading} saveButtonProps={{ onClick: handleSubmit(onFinishHandler) }}>
            <Box
                component="form"
                sx={{ display: "flex", flexDirection: "column" }}
                autoComplete="off"
            >
                <Controller
Was this page helpful?