create new codeSection // add actionBar to codeSection // change routes for sources and changesets

This commit is contained in:
Eduard Heimbuch
2020-01-07 10:30:46 +01:00
parent 5405a2b3c8
commit 20c00e7222
13 changed files with 251 additions and 126 deletions

View File

@@ -6,7 +6,7 @@ import DropDown from "./forms/DropDown";
type Props = {
branches: Branch[];
selected: (branch?: Branch) => void;
selected: (branch: Branch) => void;
selectedBranch?: string;
label: string;
disabled?: boolean;