Skip to content

Commit bd156be

Browse files
committed
Rename select label, it was still unchanged pasted label from settings
1 parent fb16d73 commit bd156be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib/feeds/posts/PostFeed.svelte

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
</Select>
1313
{/if}
1414
{#if listingOptions}
15-
<Select bind:value={selectedListing} label="Default Listing" name="listing">
15+
<Select bind:value={selectedListing} label="Listing" name="listing">
1616
{#each listingOptions as opt}
1717
<option value={opt.value}>{opt.label}</option>
1818
{/each}

0 commit comments

Comments
 (0)