Fix published attribute

This commit is contained in:
Piotr Rogowski 2022-11-06 10:58:06 +01:00
parent 4126b2a280
commit 8ed9c21e18
No known key found for this signature in database
GPG Key ID: 4A842D702D9C6F8F
1 changed files with 2 additions and 2 deletions

View File

@ -185,8 +185,8 @@ const Hub = () => {
},
{
title: 'Published',
dataIndex: 'published',
key: 'published',
dataIndex: 'updated',
key: 'updated',
responsive: ['sm'],
},
{