fix: upload limit on ui
This commit is contained in:
parent
e36bb11ba8
commit
cf9be9355f
1 changed files with 1 additions and 1 deletions
|
|
@ -32,7 +32,7 @@
|
||||||
<input wire:model="file"
|
<input wire:model="file"
|
||||||
class="block w-full text-sm rounded cursor-pointer text-whiteborder bg-coolgray-100 border-coolgray-400 focus:outline-none"
|
class="block w-full text-sm rounded cursor-pointer text-whiteborder bg-coolgray-100 border-coolgray-400 focus:outline-none"
|
||||||
aria-describedby="file_input_help" id="file_input" type="file">
|
aria-describedby="file_input_help" id="file_input" type="file">
|
||||||
<p class="mt-1 text-sm text-neutral-500" id="file_input_help">Max file size: 100MB
|
<p class="mt-1 text-sm text-neutral-500" id="file_input_help">Max file size: 256MB
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
@error('file')
|
@error('file')
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue