feat: Add optional note field to ingredient parsing and update related components
This commit is contained in:
@@ -126,6 +126,7 @@ export default function CreateRecipePage() {
|
||||
{ value: 'st', label: 'st (styck)' },
|
||||
{ value: 'tsk', label: 'tsk (tesked)' },
|
||||
{ value: 'msk', label: 'msk (matsked)' },
|
||||
{ value: 'krm', label: 'krm (kryddmått)' },
|
||||
];
|
||||
|
||||
const LOCATION_OPTIONS = [
|
||||
|
||||
Reference in New Issue
Block a user