Skip to content

Commit

Permalink
fix: 自动保存属性,取消不必要的提示
Browse files Browse the repository at this point in the history
  • Loading branch information
terwer committed Nov 6, 2023
1 parent c3180b9 commit 9f9926d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/publish/form/SourceMode.vue
Original file line number Diff line number Diff line change
Expand Up @@ -354,14 +354,14 @@ await initPage()
:title="t('main.read.mode.tip3')"
type="error"
/>
-->
<el-alert
v-if="!formData.readonlyMode"
class="top-yaml-tip"
:closable="false"
:title="t('main.read.mode.tip4')"
type="error"
/>
-->
</el-form-item>
</div>
</div>
Expand Down

0 comments on commit 9f9926d

Please sign in to comment.