Fix: Tag Interface Delete Button #104256
@ -73,7 +73,12 @@ export default {
|
||||
const tag_options = {
|
||||
columns: [
|
||||
{ title: "Name", field: "name", sorter: "string", editor: "input" },
|
||||
{ title: "Description", field: "description", sorter: "string" },
|
||||
{
|
||||
title: "Description",
|
||||
field: "description",
|
||||
sorter: "string",
|
||||
editor: "input",
|
||||
},
|
||||
],
|
||||
layout: "fitData",
|
||||
layoutColumnsOnNewData: true,
|
||||
|
Loading…
Reference in New Issue
Block a user