Skip to content

Commit b106c22

Browse files
committed
branch
1 parent d70b735 commit b106c22

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

frontend/app/src/pages/branches/details.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ const BranchContent = ({ branchName }: { branchName: string }) => {
9999
case DIFF_TABS.SCHEMA: {
100100
return (
101101
<NodeDiff
102-
branchName={branchName}
102+
branch={branchName}
103103
filters={{
104104
namespace: { includes: ["Schema"], excludes: ["Profile"] },
105105
status: { excludes: ["UNCHANGED"] },
@@ -110,7 +110,7 @@ const BranchContent = ({ branchName }: { branchName: string }) => {
110110
case DIFF_TABS.DATA: {
111111
return (
112112
<NodeDiff
113-
branchName={branchName}
113+
branch={branchName}
114114
filters={{
115115
namespace: { excludes: ["Schema", "Profile"] },
116116
status: { excludes: ["UNCHANGED"] },

0 commit comments

Comments
 (0)