Skip to content

Commit 00ef343

Browse files
committed
👌 FB CodeRabbit: loading is initially true
1 parent b50f760 commit 00ef343

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

personalization-webcomponents/src/my-checklists.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ defineProps<{
5454
}>();
5555
5656
const checklists = ref<DummyChecklist[]>([]);
57-
const loading = ref(false);
57+
const loading = ref(true);
5858
5959
onMounted(() => {
6060
loading.value = true;

0 commit comments

Comments
 (0)