Skip to content

Commit

Permalink
Remove admin attr from repo component
Browse files Browse the repository at this point in the history
  • Loading branch information
hiveer committed Dec 25, 2024
1 parent e7d1ede commit f311423
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 5 deletions.
1 change: 0 additions & 1 deletion frontend/src/components/shared/RepoClone.vue
Original file line number Diff line number Diff line change
Expand Up @@ -254,7 +254,6 @@
const props = defineProps({
repoType: String,
namespacePath: String,
admin: Boolean,
repo: Object,
enableEndpoint: Boolean,
enableFinetune: Boolean,
Expand Down
2 changes: 0 additions & 2 deletions frontend/src/components/shared/RepoDetail.vue
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@
:userName="userName"
:commitId="commitId"
:repoType="repoType"
:admin="admin"
:path="`${namespace}/${repoName}`"
/>
</div>
Expand All @@ -58,7 +57,6 @@
actionName: String,
userName: String,
commitId: String,
admin: Boolean,
namespace: String,
repoName: String
})
Expand Down
2 changes: 0 additions & 2 deletions frontend/src/components/shared/RepoTabs.vue
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
:sshCloneUrl="repoDetail.repository?.ssh_clone_url || ''"
:userName="userName"
:namespacePath="path"
:admin="admin"
:repo="repoDetail"
:enableEndpoint="repoDetail.enable_inference"
:enableFinetune="repoDetail.enable_finetune"
Expand Down Expand Up @@ -289,7 +288,6 @@
endpointReplica: Number,
endpointName: String,
endpointId: String,
admin: Boolean,
replicaList: Array,
path: String
})
Expand Down

0 comments on commit f311423

Please sign in to comment.