fix: set default syncState
This commit is contained in:
parent
32afd2f4ae
commit
4982a3dd1a
|
@ -70,6 +70,7 @@ const LumeProvider = ({ children }: { children: ReactNode }) => {
|
|||
type,
|
||||
name,
|
||||
id: module,
|
||||
syncState: "syncing",
|
||||
};
|
||||
|
||||
// Subscribe to status updates
|
||||
|
|
Loading…
Reference in New Issue