mirror of
https://github.com/documenso/documenso.git
synced 2026-07-12 05:55:12 +10:00
chore: fix issues
This commit is contained in:
@@ -99,7 +99,7 @@ export default function OrganisationSettingsDocumentPage() {
|
||||
title: t`Document preferences updated`,
|
||||
description: t`Your document preferences have been updated`,
|
||||
});
|
||||
} catch {
|
||||
} catch (err) {
|
||||
toast({
|
||||
title: t`Something went wrong!`,
|
||||
description: t`We were unable to update your document preferences at this time, please try again later`,
|
||||
|
||||
@@ -90,7 +90,7 @@ export default function TeamsSettingsPage() {
|
||||
title: t`Document preferences updated`,
|
||||
description: t`Your document preferences have been updated`,
|
||||
});
|
||||
} catch {
|
||||
} catch (err) {
|
||||
toast({
|
||||
title: t`Something went wrong!`,
|
||||
description: t`We were unable to update your document preferences at this time, please try again later`,
|
||||
|
||||
Reference in New Issue
Block a user