fix: top aligned all batch feedback rows

This commit is contained in:
Jannat Patel
2025-02-04 11:15:39 +05:30
parent f9706f10e1
commit 3ff6c96273
5 changed files with 12 additions and 6 deletions

View File

@@ -27,7 +27,7 @@ const props = defineProps({
member: {
type: String,
},
base_days: {
days: {
type: Number,
default: 200,
},
@@ -42,7 +42,7 @@ const heatmap = createResource({
makeParams(values) {
return {
member: values.member,
base_days: props.base_days,
base_days: props.days,
}
},
auto: false,