Skip to content

Commit

Permalink
✨ Added Lead Enrichment section to workflows list, refactored main le…
Browse files Browse the repository at this point in the history
…ad enrichment page
  • Loading branch information
MiloradFilipovic committed Dec 14, 2023
1 parent 29fbee6 commit c4a423f
Show file tree
Hide file tree
Showing 8 changed files with 634 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -236,6 +236,9 @@ export default defineComponent({
</div>
</div>
</div>
<div class="post-list-container">
<slot name="postListContent" />
</div>
</div>
</template>

Expand Down Expand Up @@ -263,4 +266,7 @@ export default defineComponent({
position: relative;
width: 100%;
}
.post-list-container {
margin-top: var(--spacing-3xl);
}
</style>
1 change: 1 addition & 0 deletions packages/editor-ui/src/Interface.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1844,4 +1844,5 @@ export type LeadEnrichmentWorkflowPreview = {
title: string;
description: string;
preview: IWorkflowData;
nodes: ITemplatesNode[];
};
Loading

0 comments on commit c4a423f

Please sign in to comment.