We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 14d414a commit 9cc23c4Copy full SHA for 9cc23c4
projects/app/src/pages/dashboard/[pluginGroupId]/index.tsx
@@ -190,15 +190,15 @@ const SystemTools = () => {
190
) : (
191
MenuIcon
192
)}
193
- <Flex alignItems={'center'} gap={2}>
194
- {isRoot && <Button onClick={onOpen}>{t('file:common:import_update')}</Button>}
+ <Flex alignItems={'center'}>
195
<Box flex={'0 0 200px'}>
196
<SearchInput
197
value={searchKey}
198
onChange={(e) => setSearchKey(e.target.value)}
199
placeholder={t('common:plugin.Search plugin')}
200
/>
201
</Box>
+ {isRoot && <Button onClick={onOpen}>{t('file:common:import_update')}</Button>}
202
</Flex>
203
204
<Grid
0 commit comments