Refresh UI when receiving deep link
This commit is contained in:
@@ -56,6 +56,7 @@ const validReceiveChannels = [
|
||||
"github:flow-update",
|
||||
"github:flow-success",
|
||||
"github:flow-error",
|
||||
"deep-link-received",
|
||||
] as const;
|
||||
|
||||
type ValidInvokeChannel = (typeof validInvokeChannels)[number];
|
||||
|
||||
Reference in New Issue
Block a user