join #19

Merged
amaliadwiy merged 222 commits from join into v1 2026-02-09 11:18:03 +08:00
211 changed files with 5339 additions and 1798 deletions
Showing only changes of commit f341bd01c6 - Show all commits

View File

@@ -43,7 +43,7 @@ export default function BannerList() {
try {
const hasil = await decryptToken(String(token?.current));
const deletedEntity = await apiDeleteBanner({ user: hasil }, dataId);
if (deletedEntity.success) {
if (deletedEntity.success ) {
Toast.show({ type: 'small', text1: 'Berhasil menghapus data', })
apiGetBanner({ user: hasil }).then((data) =>
dispatch(setEntities(data.data))