Fixed the renotes tab in note view
ci/woodpecker/push/ociImagePush Pipeline is running
Details
ci/woodpecker/push/ociImagePush Pipeline is running
Details
This commit is contained in:
parent
169e85dead
commit
d64d34b2ef
|
@ -390,7 +390,7 @@ os.api("notes/clips", {
|
|||
// const pagingComponent = $ref<InstanceType<typeof MkPagination>>();
|
||||
|
||||
function loadTab() {
|
||||
if (tab === "renotes" && !renotes) {
|
||||
if (tab === "renotes" && !renotes.value) {
|
||||
os.api("notes/renotes", {
|
||||
noteId: appearNote.id,
|
||||
limit: 100,
|
||||
|
|
Loading…
Reference in New Issue