Build [v1.14.32]
This commit is contained in:
@@ -256,7 +256,7 @@ export default function AIOnboarding({ onCancel, onComplete, categories, invento
|
||||
id="save-photo-check"
|
||||
checked={!extractedItems[editingIndex]._skipPhoto}
|
||||
onChange={(e) => updateEditingItem({ _skipPhoto: !e.target.checked })}
|
||||
className="w-4 h-4 rounded border-outline accent-primary cursor-pointer"
|
||||
className="toggle-pill"
|
||||
/>
|
||||
<label htmlFor="save-photo-check" className="text-xs text-[#CCCCCC] font-normal cursor-pointer">
|
||||
Save this photo with the item
|
||||
|
||||
Reference in New Issue
Block a user