mirror of
https://github.com/appwrite/console.git
synced 2026-06-06 19:27:48 +00:00
fix coderabbit suggestion
This commit is contained in:
+1
-2
@@ -229,8 +229,7 @@
|
||||
</div>
|
||||
</Box>
|
||||
{#if data.relationType}
|
||||
{@const isManySide =
|
||||
data.side === 'child' && ['oneToMany', 'manyToOne'].includes(data.relationType)}
|
||||
{@const isManySide = data.side === 'child' && data.relationType === 'oneToMany'}
|
||||
<div>
|
||||
{#if isManySide}
|
||||
<p class="u-text-center">
|
||||
|
||||
Reference in New Issue
Block a user