mirror of
https://github.com/cpvalente/ontime.git
synced 2026-08-17 21:24:11 +00:00
refactor: rename block > group in UI elements
This commit is contained in:
committed by
Carlos Valente
parent
a98c14406d
commit
8728c1450b
@@ -589,7 +589,7 @@ export const useEntryActions = () => {
|
||||
try {
|
||||
await ungroupMutation(blockId);
|
||||
} catch (error) {
|
||||
logAxiosError('Error dissolving block', error);
|
||||
logAxiosError('Error dissolving group', error);
|
||||
}
|
||||
},
|
||||
[ungroupMutation],
|
||||
|
||||
Reference in New Issue
Block a user