Skip to content

Commit

Permalink
add comments for empty id
Browse files Browse the repository at this point in the history
Signed-off-by: Hailong Cui <ihailong@amazon.com>
  • Loading branch information
Hailong-am committed May 9, 2024
1 parent f7428b1 commit a57048e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import { WORKSPACE_APP_CATEGORIES } from '../../../common/constants';
export const getStartCards: GetStartCard[] = [
// getStarted
{
id: '',
id: '', // set id as empty so that it will always displayed
featureDescription: 'Discover pre-loaded datasets before adding your own.',
featureName: 'Sample Datasets',
link: '/app/import_sample_data',
Expand Down

0 comments on commit a57048e

Please sign in to comment.