mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-30 23:13:57 +00:00
SYNC: #1220 fixed typo
This commit is contained in:
@@ -53,7 +53,7 @@
|
|||||||
{/if}
|
{/if}
|
||||||
|
|
||||||
{#if dependencies.length > 0}
|
{#if dependencies.length > 0}
|
||||||
<div class="bold nowrap ml-1">Dependend tables ({dependencies.length})</div>
|
<div class="bold nowrap ml-1">Dependent tables ({dependencies.length})</div>
|
||||||
{#each dependencies.filter(fk => filterName(filter, fk.pureName)) as fk}
|
{#each dependencies.filter(fk => filterName(filter, fk.pureName)) as fk}
|
||||||
<div
|
<div
|
||||||
class="link"
|
class="link"
|
||||||
|
|||||||
Reference in New Issue
Block a user