dumb
This commit is contained in:
@ -164,7 +164,7 @@ export const columns: ColumnDef<chunithm>[] = [
|
|||||||
if (error) {
|
if (error) {
|
||||||
setError(error);
|
setError(error);
|
||||||
} else {
|
} else {
|
||||||
const newTab = window.open(`/${token}/${row.original.id}`, "_blank");
|
const newTab = window.open(`/${token}/${row.original.id}`);
|
||||||
if (newTab) {
|
if (newTab) {
|
||||||
newTab.focus();
|
newTab.focus();
|
||||||
} else {
|
} else {
|
||||||
|
Reference in New Issue
Block a user