fix: Header search input is on the wrong side on Drafts page
This commit is contained in:
@@ -53,15 +53,11 @@ function Drafts() {
|
||||
<Scene
|
||||
icon={<DraftsIcon />}
|
||||
title={t("Drafts")}
|
||||
left={<InputSearchPage source="drafts" label={t("Search documents")} />}
|
||||
actions={
|
||||
<>
|
||||
<Action>
|
||||
<InputSearchPage source="drafts" label={t("Search documents")} />
|
||||
</Action>
|
||||
<Action>
|
||||
<NewDocumentMenu />
|
||||
</Action>
|
||||
</>
|
||||
<Action>
|
||||
<NewDocumentMenu />
|
||||
</Action>
|
||||
}
|
||||
>
|
||||
<Heading>{t("Drafts")}</Heading>
|
||||
|
||||
Reference in New Issue
Block a user