We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fb16d73 commit bd156beCopy full SHA for bd156be
src/lib/feeds/posts/PostFeed.svelte
@@ -12,7 +12,7 @@
12
</Select>
13
{/if}
14
{#if listingOptions}
15
- <Select bind:value={selectedListing} label="Default Listing" name="listing">
+ <Select bind:value={selectedListing} label="Listing" name="listing">
16
{#each listingOptions as opt}
17
<option value={opt.value}>{opt.label}</option>
18
{/each}
0 commit comments