mirror of
https://github.com/documenso/documenso.git
synced 2025-11-15 01:01:49 +10:00
fix: fix err msg
This commit is contained in:
@ -154,7 +154,7 @@ export const AddSubjectFormPartial = ({
|
|||||||
console.error(e);
|
console.error(e);
|
||||||
toast({
|
toast({
|
||||||
title: 'Error',
|
title: 'Error',
|
||||||
description: `An error occurred while undoing the latest change to the ${field}.`,
|
description: 'An error occurred while undoing the latest change',
|
||||||
duration: 5000,
|
duration: 5000,
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user