mirror of
https://github.com/invoke-ai/InvokeAI.git
synced 2026-04-23 03:00:31 -04:00
Update TopCenterPanel.tsx
This commit is contained in:
@@ -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>
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user