Skip to content

Commit

Permalink
Update tab template
Browse files Browse the repository at this point in the history
Removes hardcoded strings in favor of BP's API.
  • Loading branch information
RichDom2185 committed Apr 13, 2024
1 parent b71a002 commit c29cfcc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion scripts/src/templates/templates/__tab__.tsx
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
import React from 'react';
import { IconNames } from '@blueprintjs/icons';

/**
* <Brief description of the tab>
Expand Down Expand Up @@ -67,5 +68,5 @@ export default {
* displayed in the side contents panel.
* @see https://blueprintjs.com/docs/#icons
*/
iconName: 'build'
iconName: IconNames.BUILD
};

0 comments on commit c29cfcc

Please sign in to comment.