0f48d7abda
Allow store contactPhone as landline, show pending package audit badge, and split live vs pending packages in HQ review. Co-authored-by: Cursor <cursoragent@cursor.com>
6 lines
187 B
TypeScript
6 lines
187 B
TypeScript
export const PACKAGE_AUDIT_CHANGED_EVENT = 'admin:package-audit-changed';
|
|
|
|
export function notifyPackageAuditChanged() {
|
|
window.dispatchEvent(new Event(PACKAGE_AUDIT_CHANGED_EVENT));
|
|
}
|