mirror of
https://github.com/aljazceru/Auto-GPT.git
synced 2025-12-18 14:34:23 +01:00
Dismiss leaderboard submission pop up after submitting
This commit is contained in:
@@ -76,6 +76,7 @@ class _LeaderboardSubmissionDialogState
|
|||||||
_saveToSharedPreferences();
|
_saveToSharedPreferences();
|
||||||
widget.onSubmit?.call(_teamNameController.text, _repoUrlController.text,
|
widget.onSubmit?.call(_teamNameController.text, _repoUrlController.text,
|
||||||
_commitShaController.text);
|
_commitShaController.text);
|
||||||
|
Navigator.of(context).pop();
|
||||||
} else {
|
} else {
|
||||||
setState(() {});
|
setState(() {});
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user