chore(FEEDBACK-0001): linting
This commit is contained in:
@@ -115,7 +115,12 @@
|
||||
/>
|
||||
{:else}
|
||||
<div class="mt-1">
|
||||
<FolderPicker bind:value={sourceUrl} onselect={(p) => { if (!title) title = p.split('/').at(-1) ?? ''; }} />
|
||||
<FolderPicker
|
||||
bind:value={sourceUrl}
|
||||
onselect={(p) => {
|
||||
if (!title) title = p.split('/').at(-1) ?? '';
|
||||
}}
|
||||
/>
|
||||
</div>
|
||||
{/if}
|
||||
</div>
|
||||
@@ -133,7 +138,8 @@
|
||||
{#if source === 'github'}
|
||||
<label class="block">
|
||||
<span class="text-sm font-medium text-gray-700"
|
||||
>GitHub Token <span class="font-normal text-gray-500">(optional, for private repos)</span
|
||||
>GitHub Token <span class="font-normal text-gray-500"
|
||||
>(optional, for private repos)</span
|
||||
></span
|
||||
>
|
||||
<input
|
||||
|
||||
Reference in New Issue
Block a user