文言修正
This commit is contained in:
@@ -101,7 +101,7 @@ const deleteUserLoading = ref(false);
|
||||
|
||||
const actionList = [
|
||||
{ label: 'フローの編集', icon: 'account_tree', action: toEditFlowPage },
|
||||
{ label: 'バージョンの切替', icon: 'history', action: toVersionHistoryPage },
|
||||
{ label: 'バージョンの管理', icon: 'history', action: toVersionHistoryPage },
|
||||
{ separator: true },
|
||||
{ label: '削除', icon: 'delete_outline', class: 'text-red', action: removeRow },
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user