Skip to content

Commit 7e7ce63

Browse files
committed
fix: Remove the data export button from both the product list and combo manage pages
1 parent ec98de2 commit 7e7ce63

File tree

2 files changed

+0
-6
lines changed

2 files changed

+0
-6
lines changed

frontend/src/pages/Products/ProductManager/ComboManage.jsx

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -151,9 +151,6 @@ const ComboManage = () => {
151151
</p>
152152
</div>
153153
<div className="flex gap-3">
154-
<Button className="bg-gradient-to-r from-green-600 to-green-600 hover:from-green-700 hover:to-green-700 text-white shadow-lg shadow-green-500/30">
155-
Xuất dữ liệu
156-
</Button>
157154
<Button
158155
onClick={() => navigate("/products/create_combo")}
159156
className="bg-gradient-to-r from-blue-600 to-indigo-600 hover:from-blue-700 hover:to-indigo-700 text-white shadow-lg shadow-blue-500/30"

frontend/src/pages/Products/ProductManager/ProductList.jsx

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -421,9 +421,6 @@ export function ProductListScreen() {
421421
</p>
422422
</div>
423423
<div className="flex gap-3">
424-
<Button className="bg-gradient-to-r from-green-600 to-emerald-600 hover:from-green-700 hover:to-emerald-700 text-white shadow-lg shadow-green-500/30">
425-
Xuất dữ liệu
426-
</Button>
427424
<Button
428425
onClick={() => navigate("/products/addproduct")}
429426
className="bg-gradient-to-r from-blue-600 to-indigo-600 hover:from-blue-700 hover:to-indigo-700 text-white shadow-lg shadow-blue-500/30 border border-transparent"

0 commit comments

Comments
 (0)