Skip to content

Commit 306ef27

Browse files
davemarcohoophalab
andauthored
Update components/webui/client/src/pages/SearchPage/SearchControls/Presto/SqlInterfaceButton/index.tsx
Co-authored-by: hoophalab <[email protected]>
1 parent 05b9f93 commit 306ef27

File tree

1 file changed

+2
-2
lines changed
  • components/webui/client/src/pages/SearchPage/SearchControls/Presto/SqlInterfaceButton

1 file changed

+2
-2
lines changed

components/webui/client/src/pages/SearchPage/SearchControls/Presto/SqlInterfaceButton/index.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ const SqlInterfaceButton = () => {
1616
return (
1717
<div className={styles["sqlInterfaceButton"]}>
1818
{sqlInterface === PRESTO_SQL_INTERFACE.GUIDED ?
19-
<GuidedButton/> :
20-
<FreeformButton/>}
19+
<FreeformButton/> :
20+
<GuidedButton/>}
2121
</div>
2222
);
2323
};

0 commit comments

Comments
 (0)