Skip to content
This repository was archived by the owner on Apr 19, 2024. It is now read-only.

Commit 06fe6a7

Browse files
committed
v3.0.3
1 parent 16232e1 commit 06fe6a7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@netdata/dashboard",
3-
"version": "3.0.2",
3+
"version": "3.0.3",
44
"homepage": ".",
55
"main": "./lib/src/index-npm.js",
66
"files": [

src/domains/global/sagas.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -329,7 +329,7 @@ function* fetchHelloSaga({ payload }: Action<FetchHelloPayload>) {
329329
url,
330330
})
331331

332-
if (response.data.anonymous_statistics) {
332+
if (response.data.anonymous_statistics !== false) {
333333
yield spawn(injectPosthog, response.data.machine_guid, accessRegistryResponse?.personGuid)
334334
}
335335

0 commit comments

Comments
 (0)