Seth commited on
Commit ·
c65992e
1
Parent(s): edc0890
update
Browse files
frontend/src/pages/Leads.jsx
CHANGED
|
@@ -359,10 +359,6 @@ export default function Leads() {
|
|
| 359 |
}
|
| 360 |
>
|
| 361 |
<MainTableWorkspace
|
| 362 |
-
tabs={[
|
| 363 |
-
{ label: 'Main table', active: true },
|
| 364 |
-
{ label: 'By campaign', active: false, disabled: true },
|
| 365 |
-
]}
|
| 366 |
primaryAction={{ label: 'New lead', to: '/' }}
|
| 367 |
search={{
|
| 368 |
value: search,
|
|
|
|
| 359 |
}
|
| 360 |
>
|
| 361 |
<MainTableWorkspace
|
|
|
|
|
|
|
|
|
|
|
|
|
| 362 |
primaryAction={{ label: 'New lead', to: '/' }}
|
| 363 |
search={{
|
| 364 |
value: search,
|