Commit c6ba054
committed
Resolves #6443 (FR-2467)
## Summary
- Disable commit button when session status is not RUNNING
- Previously only checked isActive() which allowed non-running states like PREPARING, PENDING, PULLING to enable the button
## Test plan
- [ ] Verify commit button is disabled when session is in PREPARING state
- [ ] Verify commit button is disabled when session is in PENDING state
- [ ] Verify commit button is enabled when session is in RUNNING state
- [ ] Verify commit button remains disabled for non-owners regardless of session status
🤖 Generated with [Claude Code](https://claude.com/claude-code)
1 parent 0251a6d commit c6ba054
1 file changed
Lines changed: 1 addition & 1 deletion
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
329 | 329 | | |
330 | 330 | | |
331 | 331 | | |
332 | | - | |
| 332 | + | |
333 | 333 | | |
334 | 334 | | |
335 | 335 | | |
| |||
0 commit comments