small change
gitea/salix-front/pipeline/pr-dev There was a failure building this commit Details

This commit is contained in:
William Buezas 2024-02-05 12:50:05 -03:00
parent 86bbc7cfd6
commit 02c163c5e0
1 changed files with 2 additions and 2 deletions

View File

@ -39,7 +39,7 @@ const getInputEvents = (colField, props) => {
}; };
}; };
const tableColumnComponents = { const tableColumnComponents = computed(() => ({
item: { item: {
component: QBtn, component: QBtn,
props: { props: {
@ -132,7 +132,7 @@ const tableColumnComponents = {
props: {}, props: {},
event: () => ({}), event: () => ({}),
}, },
}; }));
const entriesTableColumns = computed(() => { const entriesTableColumns = computed(() => {
return [ return [