mirror of
https://github.com/ToolJet/ToolJet
synced 2026-05-24 09:28:31 +00:00
BugFix: Static ocmponent id on sidebar
This commit is contained in:
parent
87a44130c1
commit
c748ad231a
1 changed files with 2 additions and 2 deletions
|
|
@ -184,7 +184,7 @@ class Editor extends React.Component {
|
|||
|
||||
return (
|
||||
<div className="mb-2">
|
||||
table1 <small className="text-muted"> {exposedVariables.length} keys</small>
|
||||
{component.component.name} <small className="text-muted"> {exposedVariables.length} keys</small>
|
||||
<div className="p-2 bg-light w-100">
|
||||
{exposedVariables.map((variable) =>
|
||||
<div className="row">
|
||||
|
|
@ -244,7 +244,7 @@ class Editor extends React.Component {
|
|||
<Link
|
||||
to={`/`}
|
||||
className="">
|
||||
<img src="/public/images/logo.png" width="110" height="32" alt="StackEgg" className="navbar-brand-image"/>
|
||||
<img src="/public/images/logo.svg" width="110" height="32" alt="StackEgg" className="navbar-brand-image"/>
|
||||
</Link>
|
||||
<a href="/">
|
||||
</a>
|
||||
|
|
|
|||
Loading…
Reference in a new issue