Theme change & layout updates. Removed template editor.
This commit is contained in:
@@ -142,15 +142,13 @@ export default function GlobalSearch() {
|
||||
if (error) return <AlertComponent message={error.message} type="error" />;
|
||||
|
||||
return (
|
||||
<div>
|
||||
<AutoComplete
|
||||
dropdownMatchSelectWidth={false}
|
||||
style={{ width: 200 }}
|
||||
options={options}
|
||||
onSearch={handleSearch}
|
||||
>
|
||||
<Input.Search loading={loading} />
|
||||
</AutoComplete>
|
||||
</div>
|
||||
<AutoComplete
|
||||
dropdownMatchSelectWidth={false}
|
||||
style={{ flex: 2 }}
|
||||
options={options}
|
||||
onSearch={handleSearch}
|
||||
>
|
||||
<Input.Search loading={loading} />
|
||||
</AutoComplete>
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user