mirror of
https://github.com/apache/superset.git
synced 2026-04-27 03:55:47 +00:00
chore: use switchboard as dependency for embedded sdk (#18728)
This commit is contained in:
committed by
GitHub
parent
8b3e27d68b
commit
97a879ef27
@@ -20,7 +20,7 @@
|
||||
import { IFRAME_COMMS_MESSAGE_TYPE } from './const';
|
||||
|
||||
// We can swap this out for the actual switchboard package once it gets published
|
||||
import { Switchboard } from '../../superset-frontend/packages/superset-ui-switchboard/src/switchboard';
|
||||
import { Switchboard } from '@superset-ui/switchboard';
|
||||
|
||||
/**
|
||||
* The function to fetch a guest token from your Host App's backend server.
|
||||
|
||||
Reference in New Issue
Block a user