Skip to content

Commit 2281aef

Browse files
committed
fix(Third-Party Synchronization): The synchronization failure list cannot be opened normally.
1 parent cb633cb commit 2281aef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frontend/src/views/system/user/User.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
</el-button>
2626

2727
<el-tooltip
28-
v-if="platformType.length"
28+
v-if="!platformType.length"
2929
effect="dark"
3030
:content="$t('sync.integration')"
3131
placement="left"

0 commit comments

Comments
 (0)