mirror of
https://github.com/nocodb/nocodb.git
synced 2026-05-03 10:06:53 +00:00
fix(nc-gui): base home page buttons in old design
This commit is contained in:
@@ -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])
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user