Update NamingScheme.svelte
This commit is contained in:
parent
a8f5154fd3
commit
c11cc383ad
@ -6,7 +6,7 @@
|
|||||||
|
|
||||||
<div class="radio-row">
|
<div class="radio-row">
|
||||||
<input class="radio-input" type=radio bind:group={value} value="username">
|
<input class="radio-input" type=radio bind:group={value} value="username">
|
||||||
<label class="radio-label">#ticket-ryan</label>
|
<label class="radio-label">#ticket-username</label>
|
||||||
</div>
|
</div>
|
||||||
</Radio>
|
</Radio>
|
||||||
|
|
||||||
@ -14,4 +14,4 @@
|
|||||||
import Radio from "./form/Radio.svelte";
|
import Radio from "./form/Radio.svelte";
|
||||||
|
|
||||||
export let value;
|
export let value;
|
||||||
</script>
|
</script>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user