mirror of https://github.com/docusealco/docuseal
parent
ffc4024f70
commit
6e16f81fc6
@ -0,0 +1,9 @@
|
||||
<%= render 'filter_modal', title: t('folder'), default_params: params.permit(*(Submissions::Filter::ALLOWED_PARAMS - ['folder'])) do %>
|
||||
<div class="space-y-2">
|
||||
<div class="form-control mt-6">
|
||||
<folder-autocomplete class="flex justify-between w-full">
|
||||
<input id="folder_name" placeholder="<%= t('folder_name') %>" type="text" class="base-input w-full" name="folder" value="<%= params[:folder] %>" autocomplete="off">
|
||||
</folder-autocomplete>
|
||||
</div>
|
||||
</div>
|
||||
<% end %>
|
||||
Loading…
Reference in new issue