Skip to content
Toggle navigation
Projects
Groups
Snippets
Help
Письменов Дмитрий Иванович
/
yourroomads
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Settings
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit ad05adf4
authored
Apr 25, 2019
by
Jonathan Reinink
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Switch to string format for "remember"
1 parent
f8666b15
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
resources/js/Pages/Organizations/Create.vue
resources/js/Pages/Organizations/Edit.vue
resources/js/Pages/Organizations/Create.vue
View file @
ad05adf
...
@@ -47,7 +47,7 @@ export default {
...
@@ -47,7 +47,7 @@ export default {
default
:
()
=>
({}),
default
:
()
=>
({}),
},
},
},
},
remember
:
[
'form'
]
,
remember
:
'form'
,
data
()
{
data
()
{
return
{
return
{
sending
:
false
,
sending
:
false
,
...
...
resources/js/Pages/Organizations/Edit.vue
View file @
ad05adf
...
@@ -93,7 +93,7 @@ export default {
...
@@ -93,7 +93,7 @@ export default {
default
:
()
=>
({}),
default
:
()
=>
({}),
},
},
},
},
remember
:
[
'form'
]
,
remember
:
'form'
,
data
()
{
data
()
{
return
{
return
{
sending
:
false
,
sending
:
false
,
...
...
Write
Preview
Markdown
is supported
Attach a file
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to post a comment