mirror of
https://github.com/documenso/documenso.git
synced 2026-07-13 14:35:47 +10:00
f153a7c437
The merge of main into feat/document-file-conversion silently produced a bad hybrid for 'can create a template inside a template folder': main (#2303) replaced the click+setInputFiles flow with fileChooser.setFiles, while this branch only touched .nth(0) within that same block. Git kept both, leaving an obsolete click on 'Upload Template Document'. Apply main's final form.