Reverted One File And One Colon Removed

This commit is contained in:
devansh bawari 2021-02-12 09:45:39 +05:30
parent 9f7555244f
commit 39ef3606c6
2 changed files with 2 additions and 2 deletions

View File

@ -54,7 +54,7 @@
</div>
<div class="control-group">
<tree-view value-field="key" id-field="key" items='@json($acl->items)' :fallback-locale="{{ config('app.fallback_locale') }}"></tree-view>
<tree-view value-field="key" id-field="key" items='@json($acl->items)' fallback-locale="{{ config('app.fallback_locale') }}"></tree-view>
</div>
</div>
</accordian>

View File

@ -71,7 +71,7 @@
},
valueComparator (a, b) {
if (a === b)
if (a === b)
return true
if (a !== Object(a) || b !== Object(b)) {