Remove create badge option from Badge Hub Dashboard > Execute

This commit is contained in:
Serkan Reis
2023-02-21 14:58:25 +03:00
parent 4a11d08ca9
commit bdd39d2dc2
3 changed files with 7 additions and 8 deletions
+5 -5
View File
@@ -22,11 +22,11 @@ export interface ExecuteListItem {
}
export const EXECUTE_LIST: ExecuteListItem[] = [
{
id: 'create_badge',
name: 'Create Badge',
description: `Create a new badge with the specified mint rule and metadata`,
},
// {
// id: 'create_badge',
// name: 'Create Badge',
// description: `Create a new badge with the specified mint rule and metadata`,
// },
{
id: 'edit_badge',
name: 'Edit Badge',