chore: don't name unused errors in catch expressions (#2591)
This commit is contained in:
@@ -177,7 +177,7 @@ export const PreviewLibraryXBlockChanges = ({
|
||||
overrideCustomizations,
|
||||
});
|
||||
postChange(accept);
|
||||
} catch (e) {
|
||||
} catch {
|
||||
showToast(intl.formatMessage(failureMsg));
|
||||
} finally {
|
||||
closeModal();
|
||||
|
||||
Reference in New Issue
Block a user