Skip to content

Commit

Permalink
Fix types
Browse files Browse the repository at this point in the history
  • Loading branch information
ingalls committed Oct 11, 2024
1 parent cab3a44 commit fb8025f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ const props = defineProps({
})
const createLog = ref('');
const logs = ref<MissionLog[]>([]);
const logs = ref<any[]>([]);
const loading = ref({
logs: false
});
Expand Down

0 comments on commit fb8025f

Please sign in to comment.