Skip to content

Commit 262265e

Browse files
authored
fix(replication): Use correct url for tables (supabase#38658)
1 parent cb1d6d3 commit 262265e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/studio/components/interfaces/Database/Replication/ReplicationPipelineStatus.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -321,7 +321,7 @@ export const ReplicationPipelineStatus = () => {
321321
content: { side: 'bottom', text: 'Open in Table Editor' },
322322
}}
323323
>
324-
<a
324+
<Link
325325
target="_blank"
326326
rel="noopener noreferrer"
327327
href={`/project/${projectRef}/editor/${table.table_id}`}

0 commit comments

Comments
 (0)