文言修正

This commit is contained in:
xiaozhe.ma
2024-12-10 21:05:50 +09:00
parent 163e14022a
commit 74e8b78f6d

View File

@@ -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 },
];