Skip to content

Commit

Permalink
Fix namespaceID being repeated twice as id in HTML template
Browse files Browse the repository at this point in the history
  • Loading branch information
Fajfa committed Oct 14, 2024
1 parent 9f7f2b8 commit 26270f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/web/compose/src/views/Namespace/View.vue
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<template>
<div
:id="namespace ? namespace.slug || namespace.namespaceID : ''"
id="namespace-view"
class="d-flex w-100"
>
<router-view
Expand Down

0 comments on commit 26270f2

Please sign in to comment.