Skip to content

Commit

Permalink
fix: dicount list
Browse files Browse the repository at this point in the history
  • Loading branch information
iamtrazy committed Jul 17, 2024
1 parent 79f983c commit 018118e
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/pages/BranchManager/FoodList/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -654,7 +654,10 @@ export default function FoodList() {
onClear={() => onClear()}
onValueChange={onSearchChange}
/>
<Button className="bg-gradient-to-r from-orange-600 to-orange-400 text-white shadow-lg rounded-lg h-8 mt-8 px-10">
<Button
className="bg-gradient-to-r from-orange-600 to-orange-400 text-white shadow-lg rounded-lg h-8 mt-8 px-10"
onClick={() => navigate('add')}
>
Add New Item
</Button>
</div>
Expand Down

0 comments on commit 018118e

Please sign in to comment.