mirror of
https://github.com/balzack/databag.git
synced 2025-02-12 03:29:16 +00:00
updating channels when seal unlocked
This commit is contained in:
parent
0cdf493682
commit
499ce44328
@ -197,7 +197,7 @@ export function useChannels() {
|
||||
|
||||
useEffect(() => {
|
||||
syncChannels();
|
||||
}, [app.state, card.state, channel.state, state.filter]);
|
||||
}, [app.state, card.state, channel.state, state.filter, state.sealable]);
|
||||
|
||||
const syncChannels = async () => {
|
||||
if (syncing.current) {
|
||||
|
Loading…
Reference in New Issue
Block a user