We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 28478a8 commit 2214dd0Copy full SHA for 2214dd0
src/lib/stores/active_problem_list_tab.svelte.ts
@@ -4,9 +4,9 @@ export class ActiveProblemListTabStore {
4
value = $state<ActiveProblemListTab>('listByGrade');
5
6
/**
7
- * Creates an instance with the specified contest type.
+ * Creates an instance with the specified problem list tab.
8
*
9
- * @param activeTab - The default contest type to initialize.
+ * @param activeTab - The default problem list tab to initialize.
10
* Defaults to 'listByGrade'.
11
*/
12
constructor(activeTab: ActiveProblemListTab = 'listByGrade') {
0 commit comments