Merge remote-tracking branch 'origin/dev' into dev

This commit is contained in:
Mike Cao 2024-01-16 14:19:58 -08:00
commit fbf87ee936
2 changed files with 4 additions and 4 deletions

View File

@ -21,7 +21,7 @@ export function UsersTable({ data = [] }: { data: any[] }) {
)
}
</GridColumn>
<GridColumn name="created" label={formatMessage(labels.created)} width={'100px'}>
<GridColumn name="created" label={formatMessage(labels.created)} width={'120px'}>
{row =>
formatDistance(new Date(row.createdAt), new Date(), {
addSuffix: true,

View File

@ -4659,9 +4659,9 @@ flatted@^3.2.9:
integrity sha512-36yxDn5H7OFZQla0/jFJmbIKTdZAQHngCedGxiMmpNfEZM0sdEeT+WczLQrjK6D7o2aiyLYDnkw0R3JK0Qv1RQ==
follow-redirects@^1.15.2:
version "1.15.3"
resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.15.3.tgz#fe2f3ef2690afce7e82ed0b44db08165b207123a"
integrity sha512-1VzOtuEM8pC9SFU1E+8KfTjZyMztRsgEfwQl44z8A25uy13jSzTj6dyK2Df52iV0vgHCfBwLhDWevLn95w5v6Q==
version "1.15.4"
resolved "https://registry.yarnpkg.com/follow-redirects/-/follow-redirects-1.15.4.tgz#cdc7d308bf6493126b17ea2191ea0ccf3e535adf"
integrity sha512-Cr4D/5wlrb0z9dgERpUL3LrmPKVDsETIJhaCMeDfuFYcqa5bldGV6wBsAN6X/vxlXQtFBMrXdXxdL8CbDTGniw==
for-each@^0.3.3:
version "0.3.3"