Skip to content

Commit 7203574

Browse files
committed
Commited File : commit_page.dart at 8/14/2022 2:57:50 PM
1 parent 3afc993 commit 7203574

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

git_test_application/lib/pages/commit_page.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ class _CommitPageState extends State<CommitPage> {
105105
onPressed: () {
106106
setState(() {});
107107
print(widget.data);
108-
// GetCommitDetails();
108+
GetCommitDetails();
109109
},
110110
),
111111
),

0 commit comments

Comments
 (0)