Skip to content

Commit

Permalink
Merge pull request #361 from itskundanhere/master
Browse files Browse the repository at this point in the history
Added all option for the filter of org.
  • Loading branch information
andoriyaprashant authored Oct 17, 2024
2 parents 9675b84 + b45578f commit f3b4bf0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/programs screen/summer_of_bitcoin.dart
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ class SummerOfBitcoin extends StatefulWidget {

class _SummerOfBitcoinState extends State<SummerOfBitcoin> {
List<String> selectedOrganizations = [];
List<String> selectedProposals = ['All'];
List<String> selectedProposals = ['ALL'];
List<SobProjectModal> sob2023 = [];
List<SobProjectModal> sob2022 = [];
List<SobProjectModal> sob2021 = [];
Expand Down Expand Up @@ -103,7 +103,7 @@ class _SummerOfBitcoinState extends State<SummerOfBitcoin> {
}

List<String> languages = [
'All',
'ALL',
'Rust miniscript',
'Core Lightning',
'LDK',
Expand Down

0 comments on commit f3b4bf0

Please sign in to comment.