Skip to content

Commit c01495a

Browse files
committed
# - setHeaderText from Plugin SDK
1 parent 0fd1ce3 commit c01495a

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

redisinsight/ui/src/plugins/pluginImport.ts

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -35,14 +35,6 @@ export const importPluginScript = () => (config) => {
3535

3636
const providePluginSDK = () => {
3737
globalThis.PluginSDK = {
38-
setHeaderText: (text) => {
39-
deprecatedMethodWarning('setHeaderText')
40-
sendMessageToMain({
41-
event: events.SET_HEADER_TEXT,
42-
iframeId,
43-
text
44-
})
45-
},
4638
setPluginLoadSucceed: () => {
4739
sendMessageToMain({
4840
event: events.LOADED,

0 commit comments

Comments
 (0)