Spaces:
Runtime error
Runtime error
Ron Au
commited on
Commit
·
2a6300e
1
Parent(s):
2cfd477
fix(ui): Remove unused input
Browse files
source/ui/src/lib/Radio.svelte
CHANGED
@@ -11,7 +11,6 @@ export let selection: string = keys[1];
|
|
11 |
<input type="radio" bind:group={selection} value={key} />
|
12 |
</label>
|
13 |
{/each}
|
14 |
-
<input type="radio" checked />
|
15 |
</div>
|
16 |
|
17 |
<style>
|
|
|
11 |
<input type="radio" bind:group={selection} value={key} />
|
12 |
</label>
|
13 |
{/each}
|
|
|
14 |
</div>
|
15 |
|
16 |
<style>
|