카메라 업데이트

This commit is contained in:
익희 김 2024-12-23 13:26:14 +09:00
parent 8980fdcc39
commit faf98ce6a5

View File

@ -171,6 +171,7 @@ export default function Search({ ...props }) {
<input
type="file"
accept="image/*"
capture="camera"
ref={fileInputRef}
onChange={handleFileChange}
style={{ display: 'none' }}