mirror of
https://github.com/invoke-ai/InvokeAI
synced 2024-08-30 20:32:17 +00:00
Update TopCenterPanel.tsx
This commit is contained in:
parent
99c1d5c044
commit
90441c4257
@ -6,6 +6,7 @@ import LoadNodesButton from '../ui/LoadNodesButton';
|
||||
import NodeInvokeButton from '../ui/NodeInvokeButton';
|
||||
import ReloadSchemaButton from '../ui/ReloadSchemaButton';
|
||||
import SaveNodesButton from '../ui/SaveNodesButton';
|
||||
import ClearNodesButton from '../ui/ClearNodesButton';
|
||||
|
||||
const TopCenterPanel = () => {
|
||||
return (
|
||||
@ -16,6 +17,7 @@ const TopCenterPanel = () => {
|
||||
<ReloadSchemaButton />
|
||||
<SaveNodesButton />
|
||||
<LoadNodesButton />
|
||||
<ClearNodesButton />
|
||||
</HStack>
|
||||
</Panel>
|
||||
);
|
||||
|
Loading…
Reference in New Issue
Block a user