fix(nc-gui): base home page buttons in old design

This commit is contained in:
Ramesh Mane
2024-08-06 06:57:03 +00:00
parent 3e10559d7c
commit 7489695164
2 changed files with 29 additions and 27 deletions

View File

@@ -22,7 +22,7 @@ const upvotesData = computed(() => {
const handleUpvote = (syncDataType: SyncDataType) => {
if (upvotesData.value.has(syncDataType)) return
$e(`a:sync-request:${syncDataType}`)
$e(`a:integration-request:${syncDataType}`)
updateSyncDataUpvotes([...syncDataUpvotes.value, syncDataType])
}