Skip to content

Commit 01f9712

Browse files
Kinplemelonysfscream
authored andcommitted
refactor(authz): handle spaces in topic
1 parent 2157c3e commit 01f9712

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/views/Auth/components/AuthzRulesTable.vue

+1-1
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
<el-form-item v-if="isEdit" :prop="`rules.${$index}.topic`" :rules="topicRules">
5454
<el-input v-model="row.topic" />
5555
</el-form-item>
56-
<template v-else>{{ row.topic }}</template>
56+
<template v-else>{{ replaceSpaceForHTML(row.topic) }}</template>
5757
</template>
5858
</el-table-column>
5959
<el-table-column prop="qos" label="QoS" :min-width="isEdit ? 210 : 70">

0 commit comments

Comments
 (0)