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