error fix in the publication process
This commit is contained in:
parent
ef0b5131ce
commit
b7b04a61d6
6 changed files with 35 additions and 36 deletions
|
@ -3,7 +3,7 @@
|
|||
|
||||
|
||||
|
||||
{!! Form::text('query', null, array('class'=>'pure-input-1', 'placeholder'=>'Search for a dataset...')) !!}
|
||||
{!! Form::text('query', isset($filter) ? $filter : '', array('class'=>'pure-input-1', 'placeholder'=>'Search for a dataset...')) !!}
|
||||
|
||||
<!--<div id="edit-submit-search-wrapper" class="form-item">
|
||||
<span class="form-submit-wrapper">
|
||||
|
|
Loading…
Add table
editor.link_modal.header
Reference in a new issue