Skip to content

Commit edb4c69

Browse files
committed
fix: typo
1 parent bb75e4c commit edb4c69

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/stores/namelist.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ export const useNamelistStore = defineStore('namelist', {
3939
*/
4040
add(
4141
name: string = generateNewNamelistName(),
42-
options?: RollCallOption[] = structuredClone(DEFAULT_NAMELIST_OPTIONS),
42+
options: RollCallOption[] = structuredClone(DEFAULT_NAMELIST_OPTIONS),
4343
) {
4444
const namelist = createNamelist(name, options);
4545
this.data.push(namelist);

0 commit comments

Comments
 (0)