Fix Edit button layout

Summary: Edit button was not visible which blocked editing of databases

Reviewed By: passy

Differential Revision: D29139000

fbshipit-source-id: d0e8d22ca1a1a39697ec70e94e3eb7422e32de48
This commit is contained in:
Anton Nikolaev
2021-06-16 03:30:57 -07:00
committed by Facebook GitHub Bot
parent 16d96afe89
commit a87069fa4f

View File

@@ -186,7 +186,7 @@ export default React.memo(function DatabaseDetailSidebar(
<DetailSidebar>
<Panel title="Row details" collapsible>
{onSave ? (
<Layout.Right>
<Layout.Right center>
<div />
{editing ? (
<Layout.Horizontal pad gap>