feat: Add InterestDuplicateNotificationBanner for sales/admin users and implement duplicate detection logic
This commit is contained in:
@@ -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">
|
||||
|
||||
Reference in New Issue
Block a user