Skip to content

Commit a3f22ff

Browse files
committed
revert: Change Pit-Scouting Form Page back to commit "34c9a2e"
1 parent 0c172ab commit a3f22ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/views/Pit-scouting.vue

+1-1
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@
174174
class="border-2 border-dashed border-gray-300 rounded-lg p-6 text-center cursor-pointer hover:border-indigo-500 transition-colors duration-300"
175175
@click="imageRefs[imageType + 'Input']?.click()">
176176
<input type="file" accept="image/*" @change="handleFileSelect(imageType as 'fullRobot' | 'driveTrain', $event)" class="hidden"
177-
:ref="(el: HTMLInputElement) => { if (el) imageRefs[imageType + 'Input'] = el as HTMLInputElement }" multiple />
177+
:ref="el => { if (el) imageRefs[imageType + 'Input'] = el as HTMLInputElement }" multiple />
178178
<Icon icon="fa6-solid:image" class="mx-auto h-12 w-12 text-gray-400" aria-hidden="true" />
179179
<div class="mt-4 flex flex-col text-sm leading-6 text-gray-600 justify-center">
180180
<span class="relative cursor-pointer rounded-md font-semibold text-indigo-600 focus-within:outline-none focus-within:ring-2 focus-within:ring-indigo-600 focus-within:ring-offset-2 hover:text-indigo-500">

0 commit comments

Comments
 (0)