refactor
This commit is contained in:
@@ -627,6 +627,8 @@ function formatUndoLabel(action: UndoAction) {
|
||||
return `Xóa #${action.feature.properties.id}`;
|
||||
case "update":
|
||||
return `Chỉnh sửa #${action.id}`;
|
||||
case "properties":
|
||||
return `Cập nhật thuộc tính #${action.id}`;
|
||||
default:
|
||||
return "Tác vụ";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user