Minor improvements to Slack:getPermalink

This commit is contained in:
Jan Oberhauser
2021-01-23 12:17:38 +01:00
parent 39fd7dc8ce
commit 09f075cc5a
3 changed files with 55 additions and 51 deletions

View File

@@ -239,14 +239,14 @@ export const fileFields = [
description: 'Show truncated file info for files hidden due to being too old, and the team who owns the file being over the file limit.',
},
{
displayName: 'TS From',
displayName: 'Timestamp From',
name: 'tsFrom',
type: 'string',
default: '',
description: 'Filter files created after this timestamp (inclusive).',
},
{
displayName: 'TS To',
displayName: 'Timestamp To',
name: 'tsTo',
type: 'string',
default: '',