chore: disable export as secret gist in selfhosted (#68)

This commit is contained in:
Akash K 2023-04-06 15:39:31 +05:30 committed by GitHub
parent abd7b4f0f4
commit 47543e46f2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -15,4 +15,7 @@ createHoppApp("#app", {
history: historyDef,
tabState: tabStateDef,
},
platformFeatureFlags: {
exportAsGIST: false,
},
})