chore: disable export as secret gist in selfhosted (#68)
This commit is contained in:
parent
abd7b4f0f4
commit
47543e46f2
1 changed files with 3 additions and 0 deletions
|
|
@ -15,4 +15,7 @@ createHoppApp("#app", {
|
|||
history: historyDef,
|
||||
tabState: tabStateDef,
|
||||
},
|
||||
platformFeatureFlags: {
|
||||
exportAsGIST: false,
|
||||
},
|
||||
})
|
||||
|
|
|
|||
Loading…
Reference in a new issue