Adding backend of Student Support, Contact, Request

This commit is contained in:
2026-04-20 16:22:37 +07:00
parent fab72e86a6
commit ac5fa14c97
23 changed files with 3167 additions and 2324 deletions
+6
View File
@@ -32,6 +32,12 @@ const AUDIT_ACTIONS = Object.freeze({
// Contact
UPDATE_CONTACT: "UPDATE_CONTACT",
// Student Support (LAMS static page)
UPDATE_STUDENT_SUPPORT: "UPDATE_STUDENT_SUPPORT",
// Request Info (LAMS static page)
UPDATE_REQUEST_INFO: "UPDATE_REQUEST_INFO",
// Pricing
UPDATE_PRICING: "UPDATE_PRICING",