Skip to content

Commit

Permalink
refactor: 文件上传大小配置属性key修改
Browse files Browse the repository at this point in the history
  • Loading branch information
luofann committed Mar 1, 2024
1 parent a08d3ed commit 260261e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
:editable="true"
:bk-biz-id="props.bkBizId"
:id="props.appId"
:file-size-limit="spaceFeatureFlags.RESOURCE_LIMIT.maxConfigItemSize"
:file-size-limit="spaceFeatureFlags.RESOURCE_LIMIT.maxFileSize"
@change="handleFormChange" />
<section class="action-btns">
<bk-button theme="primary" :loading="pending" :disabled="fileUploading" @click="handleSubmit">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
:editable="true"
:bk-biz-id="props.bkBizId"
:id="props.appId"
:file-size-limit="spaceFeatureFlags.RESOURCE_LIMIT.maxConfigItemSize"
:file-size-limit="spaceFeatureFlags.RESOURCE_LIMIT.maxFileSize"
@change="handleChange" />
</bk-loading>
<section class="action-btns">
Expand Down

0 comments on commit 260261e

Please sign in to comment.