Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix incorrect tree path value for patch editor (go-gitea#29377)
Regression of go-gitea#18718. When submitting the form, EditRepoFileForm.TreePath is marked as "Required", so the value can't be empty. The value is not used by backend, so use a meaningful dummy value for it.
- Loading branch information