Skip to content

Commit 6baf1bf

Browse files
committed
fix: add snapshotStatus to defaultBranchObject in useBranchesService
1 parent abbb1f7 commit 6baf1bf

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

webapp/src/views/projects/translations/context/services/useBranchesService.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ const defaultBranchObject: BranchModel = {
1919
name: DEFAULT_BRANCH_NAME,
2020
isProtected: true,
2121
isDefault: true,
22+
snapshotStatus: 'READY',
2223
};
2324

2425
export const useBranchesService = ({

0 commit comments

Comments
 (0)