From e8643fee4c56c29d1012c7d6c8d7bac11ead040a Mon Sep 17 00:00:00 2001
From: ebremner <ebremner@uwaterloo.ca>
Date: Mon, 10 May 2021 14:48:36 -0400
Subject: [PATCH] ISTWCMS-4790: updating multi-type list to use new content
 tabs

---
 .../04-components/multi-type-list/multi-type-list.twig          | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/source/_patterns/04-components/multi-type-list/multi-type-list.twig b/source/_patterns/04-components/multi-type-list/multi-type-list.twig
index e10610ca..5eb162e0 100644
--- a/source/_patterns/04-components/multi-type-list/multi-type-list.twig
+++ b/source/_patterns/04-components/multi-type-list/multi-type-list.twig
@@ -3,7 +3,7 @@
   {% set content_list = content_list|merge([type]) %}
 {% endfor %}
 
-{% embed '@components/tabs/tabs.twig' with {
+{% embed '@components/tabs/tabs--content/tabs--content.twig' with {
   'content_list': content_list
 } %}
 
-- 
GitLab