diff --git a/apps/client/src/widgets/dialogs/branch_prefix.tsx b/apps/client/src/widgets/dialogs/branch_prefix.tsx index 4fed71b18..d16ae339b 100644 --- a/apps/client/src/widgets/dialogs/branch_prefix.tsx +++ b/apps/client/src/widgets/dialogs/branch_prefix.tsx @@ -9,6 +9,7 @@ import ReactBasicWidget from "../react/ReactBasicWidget.js"; import froca from "../../services/froca.js"; import tree from "../../services/tree.js"; import FBranch from "../../entities/fbranch.js"; +import Button from "../react/Button.jsx"; interface BranchPrefixDialogProps { branch?: FBranch; @@ -35,7 +36,7 @@ function BranchPrefixDialogComponent({ branch }: BranchPrefixDialogProps) { onShown={() => branchInput.current?.focus()} onSubmit={onSubmit} helpPageId="TBwsyfadTA18" - footer={} + footer={} >