Skip to content

Commit ee5c199

Browse files
committed
fix: update ModelCard.vue to use 'model' instead of 'scope.row' in authorized workspace dialog
1 parent 0c8a808 commit ee5c199

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ui/src/views/shared/model-shared/component/ModelCard.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@
8383
>
8484
{{ $t('common.modify') }}
8585
</el-dropdown-item>
86-
<el-dropdown-item icon="Lock" @click.stop="openAuthorizedWorkspaceDialog(scope.row)">{{
86+
<el-dropdown-item icon="Lock" @click.stop="openAuthorizedWorkspaceDialog(model)">{{
8787
$t('views.system.authorized_workspace')
8888
}}</el-dropdown-item>
8989

0 commit comments

Comments
 (0)