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 NodeInvokeButton from '../ui/NodeInvokeButton';
|
||||||
import ReloadSchemaButton from '../ui/ReloadSchemaButton';
|
import ReloadSchemaButton from '../ui/ReloadSchemaButton';
|
||||||
import SaveNodesButton from '../ui/SaveNodesButton';
|
import SaveNodesButton from '../ui/SaveNodesButton';
|
||||||
|
import ClearNodesButton from '../ui/ClearNodesButton';
|
||||||
|
|
||||||
const TopCenterPanel = () => {
|
const TopCenterPanel = () => {
|
||||||
return (
|
return (
|
||||||
@ -16,6 +17,7 @@ const TopCenterPanel = () => {
|
|||||||
<ReloadSchemaButton />
|
<ReloadSchemaButton />
|
||||||
<SaveNodesButton />
|
<SaveNodesButton />
|
||||||
<LoadNodesButton />
|
<LoadNodesButton />
|
||||||
|
<ClearNodesButton />
|
||||||
</HStack>
|
</HStack>
|
||||||
</Panel>
|
</Panel>
|
||||||
);
|
);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user