Merge branch 'release/2024-04-05' into test-AIO

This commit is contained in:
Patrick Fic
2024-04-04 12:56:09 -07:00
11 changed files with 38 additions and 19 deletions

View File

@@ -72,7 +72,11 @@ export function CourtesyCarCreateContainer({ bodyshop, setBreadcrumbs, setSelect
<RbacWrapper action="courtesycar:create">
<FeatureWrapperComponent featureName="courtesycars">
<Form form={form} autoComplete="new-password" onFinish={handleFinish} layout="vertical">
<CourtesyCarFormComponent form={form} saveLoading={loading} />
<CourtesyCarFormComponent
form={form}
saveLoading={loading}
newCC={true}
/>
</Form>
</FeatureWrapperComponent>
</RbacWrapper>