Skip to content

Commit e296a2a

Browse files
committed
fix: path selector showing up for arrays with just primitive values
1 parent 8ef2ed9 commit e296a2a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib/components/modals/SortModal.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@
9999
/>
100100
</td>
101101
</tr>
102-
{#if jsonIsArray && ((properties && properties?.length > 1) || selectedProperty === undefined)}
102+
{#if jsonIsArray && ((properties && properties?.length > 1))}
103103
<tr>
104104
<th>Property</th>
105105
<td>

0 commit comments

Comments
 (0)