refactor: rename block > group in UI elements

This commit is contained in:
Carlos Valente
2025-07-07 18:30:18 +02:00
committed by Carlos Valente
parent a98c14406d
commit 8728c1450b
10 changed files with 23 additions and 23 deletions
@@ -589,7 +589,7 @@ export const useEntryActions = () => {
try {
await ungroupMutation(blockId);
} catch (error) {
logAxiosError('Error dissolving block', error);
logAxiosError('Error dissolving group', error);
}
},
[ungroupMutation],