We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 44a7a3f commit dc728e7Copy full SHA for dc728e7
src/components/ciPipeline/Webhook/webhook.utils.ts
@@ -14,8 +14,7 @@
14
* limitations under the License.
15
*/
16
17
-import { TabDetailsType, TokenListOptionsType } from './types'
18
-import { TokenListType } from '@Pages/GlobalConfigurations/Authorization/APITokens/apiToken.type'
+import { TabDetailsType } from './types'
19
20
export const TOKEN_TAB_LIST: TabDetailsType[] = [
21
{ key: 'selectToken', value: 'Select API token' },
0 commit comments