Customer can sync plan

This commit is contained in:
Ibnu Maksum
2024-08-01 11:08:01 +07:00
parent a5971bfff3
commit 0b5c24239d
5 changed files with 50 additions and 14 deletions

View File

@ -103,7 +103,9 @@
});
}
}
$(function() {
$('[data-toggle="tooltip"]').tooltip()
})
});
});
</script>