We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5b4f97e commit c13cdeaCopy full SHA for c13cdea
app/src/views/notification/notificationColumns.tsx
@@ -25,7 +25,7 @@ const columns: Column[] = [{
25
}
26
else if (args.text === NotificationTypeT.Info) {
27
return (
28
- <Tag color="info">
+ <Tag color="blue">
29
{$gettext('Info')}
30
</Tag>
31
)
app/src/views/stream/StreamList.vue
@@ -197,7 +197,7 @@ function handleBatchUpdated() {
197
env_group_id: envGroupId,
198
}"
199
@click-edit="r => $router.push({
200
- path: `/streams/${r}`,
+ path: `/streams/${encodeURIComponent(r)}`,
201
})"
202
@click-batch-modify="handleClickBatchEdit"
203
>
0 commit comments