Make audit-table responsive
This commit is contained in:
@ -174,7 +174,6 @@ function itemSelected(event: Event) {
|
||||
} else {
|
||||
const secretId = el.dataset.name
|
||||
const parentId = el.dataset.parentId
|
||||
console.log(el.dataset)
|
||||
router.push({
|
||||
name: 'ClientSecret',
|
||||
params: { parentId: el.dataset.parentId, id: el.dataset.name },
|
||||
|
||||
Reference in New Issue
Block a user