Skip to content

Commit

Permalink
fix incorrect arg in new folder creation
Browse files Browse the repository at this point in the history
  • Loading branch information
Maneren committed Aug 3, 2024
1 parent 9bd5d23 commit 33ee2ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/components/new_folder.rs
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ pub fn NewFolderButton(
name="name"
autofocus
/>
<input type="hidden" name="target" value=move || path.with(|path| os_to_string(path)) />
<input type="hidden" name="path" value=move || path.with(|path| os_to_string(path)) />
<div class="modal-action">
<button class="btn" type="reset" onclick="new_folder_modal.close()">
Cancel
Expand Down

0 comments on commit 33ee2ec

Please sign in to comment.