mirror of
https://github.com/indentlabs/notebook.git
synced 2025-10-26 11:19:22 +00:00
enable autosave on name fields
This commit is contained in:
parent
59a98f39e9
commit
e79dd712a0
@ -10,7 +10,8 @@
|
||||
content: page,
|
||||
field: field,
|
||||
value: @entity.present? ? @entity.try(:text) : nil,
|
||||
show_label: false
|
||||
show_label: false,
|
||||
autosave: true
|
||||
}
|
||||
%>
|
||||
<% if @entity.present? %>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user