Skip to content

Commit

Permalink
Removing obsolete :value tags
Browse files Browse the repository at this point in the history
  • Loading branch information
nWidart committed Nov 18, 2017
1 parent 305a37c commit 651801e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Modules/Media/Assets/js/components/MediaForm.vue
Expand Up @@ -48,7 +48,7 @@

<hr>

<tags-input namespace="asgardcms/media" v-model="tags" :value="tags" :current-tags="tags"></tags-input>
<tags-input namespace="asgardcms/media" v-model="tags" :current-tags="tags"></tags-input>

<el-form-item>
<el-button type="primary" @click="onSubmit()" :loading="loading">
Expand Down
2 changes: 1 addition & 1 deletion Modules/Page/Assets/js/components/PageForm.vue
Expand Up @@ -145,7 +145,7 @@
<div class="el-form-item__error" v-if="form.errors.has('template')"
v-text="form.errors.first('template')"></div>
</el-form-item>
<tags-input namespace="asgardcms/page" v-model="tags" :value="tags" :current-tags="tags"></tags-input>
<tags-input namespace="asgardcms/page" v-model="tags" :current-tags="tags"></tags-input>

<single-media zone="image" @singleFileSelected="selectSingleFile($event, 'page')"
entity="Modules\Page\Entities\Page" :entity-id="$route.params.pageId"></single-media>
Expand Down

0 comments on commit 651801e

Please sign in to comment.