Fix broken build
This commit is contained in:
parent
02c1684026
commit
9d8d086264
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@
|
|||
- illustration_size = local_assigns.fetch(:illustration_size)
|
||||
- title = local_assigns.fetch(:title)
|
||||
- content = local_assigns.fetch(:content)
|
||||
- action = local_assigns.fetch(:action)
|
||||
- action = local_assigns.fetch(:action, nil)
|
||||
|
||||
.row.empty-state
|
||||
.col-xs-12
|
||||
|
|
Loading…
Reference in a new issue