Skip to content

Commit 9cc23c4

Browse files
committed
Refactor SystemTools component layout
1 parent 14d414a commit 9cc23c4

File tree

1 file changed

+2
-2
lines changed
  • projects/app/src/pages/dashboard/[pluginGroupId]

1 file changed

+2
-2
lines changed

projects/app/src/pages/dashboard/[pluginGroupId]/index.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -190,15 +190,15 @@ const SystemTools = () => {
190190
) : (
191191
MenuIcon
192192
)}
193-
<Flex alignItems={'center'} gap={2}>
194-
{isRoot && <Button onClick={onOpen}>{t('file:common:import_update')}</Button>}
193+
<Flex alignItems={'center'}>
195194
<Box flex={'0 0 200px'}>
196195
<SearchInput
197196
value={searchKey}
198197
onChange={(e) => setSearchKey(e.target.value)}
199198
placeholder={t('common:plugin.Search plugin')}
200199
/>
201200
</Box>
201+
{isRoot && <Button onClick={onOpen}>{t('file:common:import_update')}</Button>}
202202
</Flex>
203203
</Flex>
204204
<Grid

0 commit comments

Comments
 (0)