Fix การแสดง Toast ตอนลบ
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Flook 2025-04-15 13:00:07 +07:00
parent 4b1cedf402
commit d176f00771
2 changed files with 0 additions and 2 deletions

View File

@ -1,4 +1,3 @@
version: '3.8'
services:
postgres:
container_name: ms_pg_sql

View File

@ -10,7 +10,6 @@ export default function Table({handleOpen, tableData, onDelete}){
const confirmDelete = () => {
setShowConfirm(false);
onDelete(selectedId);
showToast("ลบข้อมูลเรียบร้อยแล้ว", "success");
};
const cancelDelete = () => {