Skip to content

Commit

Permalink
Fix idx type
Browse files Browse the repository at this point in the history
  • Loading branch information
ingalls committed Oct 15, 2024
1 parent bcc94d7 commit ce8c984
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ const logs = ref<MissionLog[]>([]);
const loading = ref<{
logs: boolean,
create: boolean,
ids: Set<string>
ids: Set<number>
}> ({
logs: false,
create: false,
Expand Down

0 comments on commit ce8c984

Please sign in to comment.