mirror of
https://github.com/solidtime-io/solidtime.git
synced 2026-08-18 05:02:14 +01:00
update dependencies, update eslint config, update optional ts props types
This commit is contained in:
@@ -191,9 +191,9 @@ const showResultModal = ref(false);
|
||||
<div>
|
||||
<InputLabel for="importType" value="Import Type" />
|
||||
<select
|
||||
name="importType"
|
||||
id="importType"
|
||||
v-model="importType"
|
||||
name="importType"
|
||||
class="mt-1 block w-full border-input-border bg-input-background text-white focus:border-input-border-active rounded-md shadow-sm">
|
||||
<option :value="null" selected disabled>
|
||||
Select an import type to get instructions...
|
||||
@@ -206,8 +206,8 @@ const showResultModal = ref(false);
|
||||
</option>
|
||||
</select>
|
||||
<div
|
||||
class="py-3 text-white"
|
||||
v-if="currentImporterDescription">
|
||||
v-if="currentImporterDescription"
|
||||
class="py-3 text-white">
|
||||
<div class="font-semibold text-muted py-1">
|
||||
Instructions:
|
||||
</div>
|
||||
@@ -233,12 +233,12 @@ const showResultModal = ref(false);
|
||||
>Upload a Toggl/Clockify Export</span
|
||||
>
|
||||
<input
|
||||
ref="importFile"
|
||||
id="file-upload"
|
||||
ref="importFile"
|
||||
name="file-upload"
|
||||
v-on:change="updateFiles"
|
||||
type="file"
|
||||
class="sr-only" />
|
||||
class="sr-only"
|
||||
@change="updateFiles" />
|
||||
</label>
|
||||
</div>
|
||||
<p class="text-xs leading-5 text-muted">
|
||||
|
||||
Reference in New Issue
Block a user