mirror of
https://github.com/shishantbiswas/bknd.git
synced 2026-03-17 04:46:05 +00:00
added format command and added trailing commas to reduce conflicts
This commit is contained in:
@@ -52,7 +52,7 @@ export function DataEntityCreate({ params }) {
|
||||
action: "create",
|
||||
entity: entity,
|
||||
initialData: search.value,
|
||||
onSubmitted
|
||||
onSubmitted,
|
||||
});
|
||||
|
||||
const fieldsDisabled = $q.isLoading || $q.isValidating || Form.state.isSubmitting;
|
||||
@@ -83,7 +83,7 @@ export function DataEntityCreate({ params }) {
|
||||
<Breadcrumbs2
|
||||
path={[
|
||||
{ label: entity.label, href: routes.data.entity.list(entity.name) },
|
||||
{ label: "Create" }
|
||||
{ label: "Create" },
|
||||
]}
|
||||
/>
|
||||
</AppShell.SectionHeader>
|
||||
|
||||
Reference in New Issue
Block a user