Fix on api button
This commit is contained in:
parent
268906fe49
commit
77e9e79332
1 changed files with 1 additions and 1 deletions
|
|
@ -100,7 +100,7 @@ export default function ExtraSidebar(): JSX.Element {
|
|||
<div className="side-bar-button">
|
||||
{flow && flow.data && (
|
||||
<ApiModal flow={flow}>
|
||||
<button className={!isBuilt ? "button-disable" : ""}>
|
||||
<button className={"w-full " + (!isBuilt ? "button-disable" : "")}>
|
||||
<div
|
||||
className={classNames(
|
||||
"extra-side-bar-buttons"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue