feat: Add InterestDuplicateNotificationBanner for sales/admin users and implement duplicate detection logic

This commit is contained in:
2025-07-09 15:42:33 -04:00
parent 5ea9b6ab88
commit 1f3f9e2ca8
3 changed files with 423 additions and 2 deletions

View File

@@ -1,8 +1,8 @@
<template>
<div>
<v-container fluid>
<!-- Duplicate notification banner for admins -->
<DuplicateNotificationBanner />
<!-- Duplicate notification banner for sales/admin -->
<InterestDuplicateNotificationBanner />
<!-- Header Section -->
<v-row class="mb-4 mb-md-6">