Convert buttons to links.

This commit is contained in:
Mike Cao 2020-09-25 23:38:28 -07:00
parent 4fded49b03
commit 35b921bdb4
21 changed files with 108 additions and 79 deletions

View file

@ -55,7 +55,7 @@ export default async (req, res) => {
getColumn(type),
getTable(type),
domain,
url,
type !== 'url' ? url : undefined,
);
return ok(res, data);