We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ebcdc11 commit 026ffcdCopy full SHA for 026ffcd
src/lib/wizards/functions/steps/templatePermissions.svelte
@@ -10,7 +10,7 @@
10
onMount(() => {
11
$templateConfig.execute = $template.permissions.includes('any');
12
templateScopes = scopes
13
- // hot fix for perplexity chat templates,
+ // hot fix for perplexity chat template,
14
// backend doesn't have scopes for this template.
15
// TODO: @itznotabug fix on backend too.
16
.filter((scope) => ($template.scopes ?? []).includes(scope.scope))
0 commit comments