Skip to content

Commit 0ff20da

Browse files
committed
chore: fix lint issue
Signed-off-by: Efren Lim <elim@linuxfoundation.org>
1 parent 325185b commit 0ff20da

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

frontend/src/modules/admin/modules/integration/components/integration-list-item.vue

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,8 @@
125125
<div class="flex flex-col gap-2">
126126
<span class="font-semibold">Are you sure you want to disconnect this integration?</span>
127127
<p class="text-gray-500 text-small">
128-
Once disconnected, data will no longer sync from this source. You can reconnect anytime to resume syncing, but this action can’t be undone.
128+
Once disconnected, data will no longer sync from this source.
129+
You can reconnect anytime to resume syncing, but this action can’t be undone.
129130
</p>
130131
</div>
131132
<div class="flex flex-col gap-1">

0 commit comments

Comments
 (0)