Skip to content

Commit

Permalink
Fix agent access control scope
Browse files Browse the repository at this point in the history
  • Loading branch information
Sensational-Code committed Aug 1, 2024
1 parent 62cd537 commit ceb01c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ui/ManagementPortal/pages/agents/create.vue
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<!-- Edit access control -->
<AccessControl
v-if="editAgent"
:scope="`providers/FoundationaLLM.Agent/agents/${this.agentName}`"
:scope="`providers/FoundationaLLM.Agent/agents/${agentName}`"
/>
</div>

Expand Down

0 comments on commit ceb01c9

Please sign in to comment.