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 62fb4ca commit da52a93Copy full SHA for da52a93
web_src/js/components/ContextPopup.vue
@@ -13,7 +13,7 @@ const props = defineProps<{
13
const loading = shallowRef<boolean>(false);
14
const issue = shallowRef<Issue>(null);
15
const renderedLabels = shallowRef<string>('');
16
-const errorMessage = shallowRef<string | null>(null);
+const errorMessage = shallowRef<string>(null);
17
18
const createdAt = computed(() => {
19
return new Date(issue.value.created_at).toLocaleDateString(undefined, {year: 'numeric', month: 'short', day: 'numeric'});
0 commit comments