File tree Expand file tree Collapse file tree 4 files changed +3392
-329
lines changed
Expand file tree Collapse file tree 4 files changed +3392
-329
lines changed Original file line number Diff line number Diff line change 5151 </svg >
5252 <p class =" ml-2 text-sm text-green-600 dark:text-green-400 flex items-center" >
5353 {{ $t('File uploaded') }}
54- <span class =" text-xs text-gray-500 dark:text-gray-400" :class = " ' !text-lightDropzoneText !dark:text-darkDropzoneText' " >{{ humanifySize(uploadedSize) }}</span >
54+ <span class =" text-xs text-gray-500 dark:text-gray-400 !text-lightDropzoneText !dark:text-darkDropzoneText" >{{ humanifySize(uploadedSize) }}</span >
5555 </p >
5656
5757 <button @click.stop.prevent =" clear" class =" ml-2 text-xs text-gray-500 dark:text-gray-400 hover:text-gray-600 dark:hover:text-gray-500
58- hover:underline dark:hover:underline focus:outline-none" :class = " ' !text-lightDropzoneText ! hover:text-lightDropzoneText ! dark:text-darkDropzoneText dark:hover:text-darkDropzoneText' " >{{ $t('Clear') }}</button >
58+ hover:underline dark:hover:underline focus:outline-none !text-lightDropzoneText hover:! text-lightDropzoneText dark:! text-darkDropzoneText dark:hover:! text-darkDropzoneText" >{{ $t('Clear') }}</button >
5959 </div >
6060
6161 </div >
Original file line number Diff line number Diff line change @@ -397,7 +397,7 @@ export default class UploadPlugin extends AdminForthPlugin {
397397 }
398398 )
399399 } catch ( e : any ) {
400- error = `No response from image generation provider: ${ e . message } . Please check your propmpt or try again later.` ;
400+ error = `No response from image generation provider: ${ e . message } . Please check your prompt or try again later.` ;
401401 return ;
402402 }
403403
You can’t perform that action at this time.
0 commit comments