V13-FE-005: Fix TypeScript prop errors in MarketDataIngestion and RebalanceForm

This commit is contained in:
2026-08-15 19:52:38 +09:00
parent 938ec1842a
commit 2c2fff53bb
2 changed files with 13 additions and 7 deletions
@@ -189,6 +189,10 @@ const resetForm = () => {
}
jobId.value = null
}
const handleRetry = () => {
screenState.value = 'READY'
}
</script>
<style scoped>