Skip to content
Snippets Groups Projects
Commit 9d5fc4ca authored by syuilo's avatar syuilo
Browse files

refactor

parent a598baaf
No related branches found
No related tags found
No related merge requests found
......@@ -99,7 +99,7 @@ const bannerId = ref<string | null>(null);
const color = ref('#000');
const isSensitive = ref(false);
const allowRenoteToExternal = ref(true);
const pinnedNotes = ref<Partial<Misskey.entities.Note>[]>([]);
const pinnedNotes = ref<{ id: Misskey.entities.Note['id'] }[]>([]);
watch(() => bannerId.value, async () => {
if (bannerId.value == null) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment