Fix bug on parameter component
This commit is contained in:
parent
b54e8352fa
commit
36a3fda059
1 changed files with 1 additions and 1 deletions
|
|
@ -383,7 +383,7 @@ export default function ParameterComponent({
|
|||
<div
|
||||
className={
|
||||
"flex w-full items-center truncate text-sm" +
|
||||
(left ? "" : " text-end")
|
||||
(left ? "" : " justify-end")
|
||||
}
|
||||
>
|
||||
{!left && data.node?.frozen && (
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue