minor fix: fix default for status of TidbAuthBinding in compatible with various versions (#22288)
This commit is contained in:
@@ -143,7 +143,6 @@ export const AgentStrategySelector = memo((props: AgentStrategySelectorProps) =>
|
||||
category: PluginType.agent,
|
||||
})
|
||||
}
|
||||
// eslint-disable-next-line react-hooks/exhaustive-deps
|
||||
}, [query])
|
||||
|
||||
const pluginRef = useRef<ListRef>(null)
|
||||
|
Reference in New Issue
Block a user