7406-workerFormation #405
No reviewers
Labels
No Milestone
No Assignees
2 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: verdnatura/salix-front#405
Loading…
Reference in New Issue
No description provided.
Delete Branch "7406-workerFormation"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
WIP: 7406-workerFormationto 7406-workerFormation@ -26,6 +26,10 @@ const props = defineProps({
type: Object,
default: null,
},
userFilter: {
Quitar
@ -83,6 +87,7 @@ const arrayData = useArrayData(props.dataKey, {
where: props.where,
limit: props.limit,
order: props.order,
userFilter: props.userFilter,
Quitar
New commits pushed, approval review dismissed automatically according to repository settings