Skip to content

Commit c6926ea

Browse files
authored
Update EmbedDashboard.tsx
1 parent b035da1 commit c6926ea

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/components/Embed/EmbedDashboard.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ export const EmbedDashboard: React.FC<EmbedProps> = () => {
1616
const [running, setRunning] = React.useState(true)
1717
const [dashboard, setDashboard] = React.useState<LookerEmbedDashboard>()
1818
const extensionContext = useContext<ExtensionContextData>(ExtensionContext)
19-
const filters = {0:'Texas',1:'California',2:'Florida',3:'Ohio'}
19+
const filters = {0:'Login_Login',1:'FT_UPI',2:'FT_Mobile',3:'FT_MMID',4:'FT_Account',5:'FA_UPI'}
2020

2121

2222
React.useEffect(() => {
@@ -52,7 +52,7 @@ export const EmbedDashboard: React.FC<EmbedProps> = () => {
5252
if (el && hostUrl) {
5353
el.innerHTML = ''
5454
LookerEmbedSDK.init(hostUrl)
55-
const db = LookerEmbedSDK.createDashboardWithId(3)
55+
const db = LookerEmbedSDK.createDashboardWithId(4)
5656
// db.withNext()
5757
db.appendTo(el)
5858
.build()

0 commit comments

Comments
 (0)