efficient-indigoE
Refine16mo ago
4 replies
efficient-indigo

Bug fixing

I have a problem with create.tsx. The output is shown but it should be blake because create.tsx is empty.
This is the code with the create button

breadcrumb={false}
headerButtons={() => (
<CreateButton
onClick={() =>
go({
to: {
resource: "companies",
action: "create"
},
options: {
keepQuery: true
},
type: "replace"
})
}
/>
)}
>






Where else could the problem be
Screenshot_2024-10-02_at_13.51.46.png
Was this page helpful?