Skip to content

Commit

Permalink
Using mini buttons for edit folder
Browse files Browse the repository at this point in the history
  • Loading branch information
nWidart committed Oct 29, 2017
1 parent 0188532 commit f08212d
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/MediaList.vue
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@
<edit-button :to="{name: 'admin.media.media.edit', params: {mediaId: scope.row.id}}"
v-if="! scope.row.is_folder"></edit-button>
<el-button
size="small"
size="mini"
@click.prevent="showEditFolder(scope.row)"
v-if="scope.row.is_folder && canEditFolders">
<i class="fa fa-pencil"></i>
Expand Down
2 changes: 1 addition & 1 deletion public/js/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -111692,7 +111692,7 @@ var render = function() {
? _c(
"el-button",
{
attrs: { size: "small" },
attrs: { size: "mini" },
on: {
click: function(
$event
Expand Down

0 comments on commit f08212d

Please sign in to comment.