Update src/tools/list-converter/index.ts

This commit is contained in:
Corentin THOMASSET 2023-05-07 11:24:27 +02:00 committed by GitHub
parent 557860ba08
commit 06b4aef422
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -8,6 +8,6 @@ export const tool = defineTool({
'This tool can process column-based data and apply various changes (transpose, add prefix and suffix, reverse list, sort list, lowercase values, truncate values) to each row.',
keywords: ['list', 'converter', 'sort', 'reverse', 'prefix', 'suffix', 'lowercase', 'truncate'],
component: () => import('./list-converter.vue'),
icon: ArrowsShuffle,
icon: List,
createdAt: new Date('2023-05-07'),
});