Wire up logger

Summary:
Splitting this up into the wiring and the actual usage.
This just ensures we have a logger in place for handling
deeplinks.

Reviewed By: mweststrate

Differential Revision: D31337457

fbshipit-source-id: b088a7396e38554a87502ba7d5669dbef1b398d7
This commit is contained in:
Pascal Hartig
2021-10-01 08:07:17 -07:00
committed by Facebook GitHub Bot
parent 4aa7439fbf
commit 7dd9cce9f2
5 changed files with 22 additions and 13 deletions

View File

@@ -368,7 +368,7 @@ function getTemplate(
{
label: 'Trigger deeplink...',
click() {
openDeeplinkDialog(store);
openDeeplinkDialog(store, logger);
},
},
{