feat(branche): add crud branches.

This commit is contained in:
elforjani13
2022-02-01 23:18:32 +02:00
parent dcac1053be
commit dea4fe0e79
17 changed files with 366 additions and 74 deletions

View File

@@ -20,7 +20,7 @@ function BranchesActions({
onClick={handleClickNewBranche}
intent={Intent.PRIMARY}
>
<T id={'branches.label.new_branche'} />
<T id={'branches.label.new_branch'} />
</Button>
</React.Fragment>
);