feat(ui): restore reset button for init image

This commit is contained in:
psychedelicious
2023-06-09 14:00:23 +10:00
parent 07c49a5726
commit fd03c7eebe
2 changed files with 3 additions and 3 deletions

View File

@ -58,6 +58,7 @@ const InitialImagePreview = () => {
onReset={handleReset}
fallback={<IAIImageFallback sx={{ bg: 'none' }} />}
postUploadAction={{ type: 'SET_INITIAL_IMAGE' }}
withResetIcon
/>
</Flex>
);