fix(admin-web): remove unnecessary execution time tag from schedule section
Frontend CI / Frontend (push) Successful in 2m44s

This commit is contained in:
2026-05-24 10:10:04 +08:00
parent f02be451a5
commit a078dab687
@@ -928,7 +928,6 @@ function normalizeJsonRecord(value: Record<string, unknown>): Record<string, Jso
:allow-clear="false"
style="width: 180px"
/>
<a-tag color="blue">{{ t('custom.schedule.executionTimeDefault') }}</a-tag>
</div>
</div>
</section>