fix: size copies.

This commit is contained in:
Darshan
2025-01-14 18:30:30 +05:30
parent 35276a0463
commit bf24d06b8b
2 changed files with 2 additions and 3 deletions
@@ -71,7 +71,6 @@
width: 150,
format: 'datetime'
},
{
id: 'buildTime',
title: 'Build time',
@@ -96,7 +95,7 @@
},
{
id: 'size',
title: 'Size',
title: 'Source size',
type: 'integer',
show: true,
width: 140,
@@ -50,7 +50,7 @@ export const columns = writable<Column[]>([
},
{
id: 'size',
title: 'Total size',
title: 'Source size',
type: 'integer',
show: true,
width: 140,