mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-07 20:31:06 -05:00
f205d1f31d
[web] Delete history tags GitOrigin-RevId: 0a2846bbb3e99ef632b9192a9f8c04f702645506
44 lines
1.1 KiB
TypeScript
44 lines
1.1 KiB
TypeScript
import { USER_ID } from '../../../helpers/editor-providers'
|
|
|
|
export const labels = [
|
|
{
|
|
id: '643561cdfa2b2beac88f0024',
|
|
comment: 'tag-1',
|
|
version: 4,
|
|
user_id: USER_ID,
|
|
created_at: '2023-04-11T13:34:05.856Z',
|
|
user_display_name: 'john.doe',
|
|
},
|
|
{
|
|
id: '643561d1fa2b2beac88f0025',
|
|
comment: 'tag-2',
|
|
version: 4,
|
|
user_id: USER_ID,
|
|
created_at: '2023-04-11T13:34:09.280Z',
|
|
user_display_name: 'john.doe',
|
|
},
|
|
{
|
|
id: '6436bcf630293cb49e7f13a4',
|
|
comment: 'tag-3',
|
|
version: 3,
|
|
user_id: '631710ab1094c5002647184e',
|
|
created_at: '2023-04-12T14:15:18.892Z',
|
|
user_display_name: 'bobby.lapointe',
|
|
},
|
|
{
|
|
id: '6436bcf830293cb49e7f13a5',
|
|
comment: 'tag-4',
|
|
version: 3,
|
|
user_id: '631710ab1094c5002647184e',
|
|
created_at: '2023-04-12T14:15:20.814Z',
|
|
user_display_name: 'bobby.lapointe',
|
|
},
|
|
{
|
|
id: '6436bcfb30293cb49e7f13a6',
|
|
comment: 'tag-5',
|
|
version: 3,
|
|
user_id: '631710ab1094c5002647184e',
|
|
created_at: '2023-04-12T14:15:23.481Z',
|
|
user_display_name: 'bobby.lapointe',
|
|
},
|
|
]
|