mirror of
https://github.com/cpvalente/ontime.git
synced 2026-08-19 14:14:17 +00:00
v2 event editor (#265)
* style: add cursor indicator in all blocks * style: prevent reflows on width * style: harmonise white range * ux: focus elements on cursor nav * ux: prevent focus on indicators * refactor: convert to typescript * fix: missing dependency * chore: add linter rules for dependency arrays * style: style editable component * style: tweak input styles * style: tweak switch styles * style: style tweaks
This commit is contained in:
@@ -60,7 +60,7 @@ export const useEventAction = () => {
|
||||
emitError(`Error fetching data: ${error.message}`);
|
||||
}
|
||||
},
|
||||
[_addEventMutation, emitError],
|
||||
[_addEventMutation, emitError, queryClient],
|
||||
);
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user