From c6926ea62a93735664605117f7a31226b43baab7 Mon Sep 17 00:00:00 2001 From: Marcell Date: Thu, 7 May 2020 09:19:02 -0700 Subject: [PATCH] Update EmbedDashboard.tsx --- src/components/Embed/EmbedDashboard.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/Embed/EmbedDashboard.tsx b/src/components/Embed/EmbedDashboard.tsx index 8c7db9f..f564748 100644 --- a/src/components/Embed/EmbedDashboard.tsx +++ b/src/components/Embed/EmbedDashboard.tsx @@ -16,7 +16,7 @@ export const EmbedDashboard: React.FC = () => { const [running, setRunning] = React.useState(true) const [dashboard, setDashboard] = React.useState() const extensionContext = useContext(ExtensionContext) - const filters = {0:'Texas',1:'California',2:'Florida',3:'Ohio'} + const filters = {0:'Login_Login',1:'FT_UPI',2:'FT_Mobile',3:'FT_MMID',4:'FT_Account',5:'FA_UPI'} React.useEffect(() => { @@ -52,7 +52,7 @@ export const EmbedDashboard: React.FC = () => { if (el && hostUrl) { el.innerHTML = '' LookerEmbedSDK.init(hostUrl) - const db = LookerEmbedSDK.createDashboardWithId(3) + const db = LookerEmbedSDK.createDashboardWithId(4) // db.withNext() db.appendTo(el) .build()