-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
š Fix: All day event doesn't disappear after changing the week - Atteā¦
ā¦mpt #2 (#185) * fix: remove updated events outside of current view * refactor(web): reduce eventEntitiesSlice calls use shouldRemove prop to determine whether to delete or edit (was previously calling both) * refactor(web): make shouldRemove prop optional this'll reduce the payload needed for when the sidebar calls this action (which doesn't need to use this concept of removing) * chore(web): cleanup useDraftUtil's submit * refactor: simplify shouldRemove variable --------- Co-authored-by: Tyler Dane <[email protected]>
- Loading branch information
1 parent
92850d7
commit 4865fad
Showing
3 changed files
with
18 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters