Skip to content

Commit

Permalink
test(schemas): update schemas
Browse files Browse the repository at this point in the history
  • Loading branch information
Kinplemelon committed Jan 24, 2025
1 parent 6140fcf commit 05a8799
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/hooks/Rule/connector/useComponentsHandlers.ts
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,7 @@ export default (
}

const mqttHandler: Handler = ({ components, rules }) => {
console.log(components)
const comRet = components
if (comRet?.server) {
comRet.server.componentProps = { placeholder: 'broker.emqx.io:1883' }
Expand Down

0 comments on commit 05a8799

Please sign in to comment.