Skip to content

Commit

Permalink
fix(publish): remove unuse placeholder
Browse files Browse the repository at this point in the history
  • Loading branch information
ysfscream authored and Red-Asuka committed Sep 28, 2023
1 parent 4c0e2cf commit a6369c4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 24 deletions.
14 changes: 2 additions & 12 deletions src/components/MsgPublish.vue
Original file line number Diff line number Diff line change
Expand Up @@ -48,22 +48,12 @@
</el-col>
<el-col :span="24">
<el-form-item :label="$t('connections.responseTopic')" prop="responseTopic">
<el-input
placeholder="Response Topic"
size="mini"
v-model="MQTT5PropsForm.responseTopic"
type="text"
/>
<el-input size="mini" v-model="MQTT5PropsForm.responseTopic" type="text" />
</el-form-item>
</el-col>
<el-col :span="24">
<el-form-item :label="$t('connections.correlationData')" prop="correlationData">
<el-input
placeholder="Correlation Data"
size="mini"
v-model="MQTT5PropsForm.correlationData"
type="text"
/>
<el-input size="mini" v-model="MQTT5PropsForm.correlationData" type="text" />
</el-form-item>
</el-col>
<el-col :span="24">
Expand Down
14 changes: 2 additions & 12 deletions web/src/components/MsgPublish.vue
Original file line number Diff line number Diff line change
Expand Up @@ -49,22 +49,12 @@
</el-col>
<el-col :span="24">
<el-form-item :label="$t('connections.responseTopic')" prop="responseTopic">
<el-input
placeholder="Response Topic"
size="mini"
v-model="MQTT5PropsForm.responseTopic"
type="text"
/>
<el-input size="mini" v-model="MQTT5PropsForm.responseTopic" type="text" />
</el-form-item>
</el-col>
<el-col :span="24">
<el-form-item :label="$t('connections.correlationData')" prop="correlationData">
<el-input
placeholder="Correlation Data"
size="mini"
v-model="MQTT5PropsForm.correlationData"
type="text"
/>
<el-input size="mini" v-model="MQTT5PropsForm.correlationData" type="text" />
</el-form-item>
</el-col>
<el-col :span="24">
Expand Down

0 comments on commit a6369c4

Please sign in to comment.