Skip to content

Commit 6dd0d9e

Browse files
committed
feat(Model Configuration): Supported Authorized Space
1 parent 76b5176 commit 6dd0d9e

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

frontend/src/views/system/workspace/AuthorizedWorkspaceDialogForModel.vue

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -91,10 +91,7 @@
9191
<el-button secondary @click="centerDialogVisible = false">
9292
{{ $t('common.cancel') }}</el-button
9393
>
94-
<el-button v-if="!checkedWorkspace.length" disabled type="info">{{
95-
$t('common.confirm2')
96-
}}</el-button>
97-
<el-button v-else type="primary" @click="handleConfirm">
94+
<el-button type="primary" @click="handleConfirm">
9895
{{ $t('common.confirm2') }}
9996
</el-button>
10097
</template>

0 commit comments

Comments
 (0)