We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0fd1ce3 commit c01495aCopy full SHA for c01495a
redisinsight/ui/src/plugins/pluginImport.ts
@@ -35,14 +35,6 @@ export const importPluginScript = () => (config) => {
35
36
const providePluginSDK = () => {
37
globalThis.PluginSDK = {
38
- setHeaderText: (text) => {
39
- deprecatedMethodWarning('setHeaderText')
40
- sendMessageToMain({
41
- event: events.SET_HEADER_TEXT,
42
- iframeId,
43
- text
44
- })
45
- },
46
setPluginLoadSucceed: () => {
47
sendMessageToMain({
48
event: events.LOADED,
0 commit comments