Skip to content

Commit

Permalink
fix: temporally disable toolbar in one2many's until we decide which d…
Browse files Browse the repository at this point in the history
…esign path follow
  • Loading branch information
mguellsegarra committed Jan 28, 2025
1 parent 85f1f6e commit 7470e76
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion src/views/actionViews/FormActionView.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ import FormActionBar from "@/actionbar/FormActionBar";
import { FormView } from "@/types";
import TitleHeader from "@/ui/TitleHeader";
import Form from "@/widgets/views/Form";
import React from "react";

export type FormActionViewProps = {
formView?: FormView;
Expand Down
4 changes: 2 additions & 2 deletions src/widgets/base/one2many/One2manyTopBar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ function One2manyTopBarComponent(props: One2manyTopBarProps) {
onClick={onToggleViewMode}
/>
)}
{toolbar && (
{/* {toolbar && (
<>
<Separator />
<DropdownButton
Expand All @@ -159,7 +159,7 @@ function One2manyTopBarComponent(props: One2manyTopBarProps) {
</>
)}
</>
)}
)} */}
</div>
</div>
);
Expand Down

0 comments on commit 7470e76

Please sign in to comment.