Update assistant

This commit is contained in:
Chris Veleris 2025-06-21 07:46:14 +03:00
parent 8f5fd05926
commit 57ceca2068
25 changed files with 1198 additions and 407 deletions

View file

@ -229,6 +229,7 @@ const InboxItems: React.FC = () => {
showErrorToast(t('project.createError'));
}
};
const handleSaveNote = async (note: Note) => {
try {