Commit a3f22ff 1 parent 0c172ab commit a3f22ff Copy full SHA for a3f22ff
File tree 1 file changed +1
-1
lines changed
1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change 174
174
class =" border-2 border-dashed border-gray-300 rounded-lg p-6 text-center cursor-pointer hover:border-indigo-500 transition-colors duration-300"
175
175
@click =" imageRefs[imageType + 'Input']?.click()" >
176
176
<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 />
178
178
<Icon icon =" fa6-solid:image" class =" mx-auto h-12 w-12 text-gray-400" aria-hidden =" true" />
179
179
<div class =" mt-4 flex flex-col text-sm leading-6 text-gray-600 justify-center" >
180
180
<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" >
You can’t perform that action at this time.
0 commit comments