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