fixed doc env vars + mongo v2 migration
This commit is contained in:
@@ -36,8 +36,7 @@ class StatusPageSuccess extends StatelessWidget {
|
||||
style: Theme.of(context).textTheme.bodyMedium,
|
||||
),
|
||||
const SizedBox(height: 20.0),
|
||||
if (action != null)
|
||||
action!,
|
||||
?action,
|
||||
],
|
||||
),
|
||||
),
|
||||
|
||||
@@ -79,8 +79,8 @@ class PosthogService {
|
||||
'pageOpened',
|
||||
properties: {
|
||||
'page': page.name,
|
||||
if (path != null) 'path': path,
|
||||
if (uiSource != null) 'uiSource': uiSource,
|
||||
'path': ?path,
|
||||
'uiSource': ?uiSource,
|
||||
},
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user