mirror of
https://github.com/invoke-ai/InvokeAI
synced 2024-08-30 20:32:17 +00:00
feat(ui): restore reset button for init image
This commit is contained in:
@ -58,6 +58,7 @@ const InitialImagePreview = () => {
|
||||
onReset={handleReset}
|
||||
fallback={<IAIImageFallback sx={{ bg: 'none' }} />}
|
||||
postUploadAction={{ type: 'SET_INITIAL_IMAGE' }}
|
||||
withResetIcon
|
||||
/>
|
||||
</Flex>
|
||||
);
|
||||
|
Reference in New Issue
Block a user