Skip to content

Commit

Permalink
Merge pull request #69 from webreinvent/feature/crud-fixes
Browse files Browse the repository at this point in the history
feature -> develop | Removed: extra closing arrow
  • Loading branch information
themodernpk authored Mar 21, 2024
2 parents 56a5f7c + 82d269f commit 6efa7b3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ const toggleCreateMenu = (event) => {

<div class="grid" v-if="store.assets">

<div :class="route.params && route.params.id ? 'col-6' : 'col'">>
<div :class="route.params && route.params.id ? 'col-6' : 'col'">
<Panel class="is-small">

<template class="p-1" #header>
Expand Down

0 comments on commit 6efa7b3

Please sign in to comment.