Prevent confirmation dialog from shifting layout in reader
This commit is contained in:
@@ -43,7 +43,6 @@ export const awaitConfirmation = async (
|
|||||||
onCancel={() => handleConfirmation(false)}
|
onCancel={() => handleConfirmation(false)}
|
||||||
onConfirm={() => handleConfirmation(true)}
|
onConfirm={() => handleConfirmation(true)}
|
||||||
/>
|
/>
|
||||||
,
|
|
||||||
</ThemeProvider>,
|
</ThemeProvider>,
|
||||||
);
|
);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user