Fix: restored prop to show/hide "Show All"

This commit is contained in:
Jose Olarte III
2025-08-11 19:14:35 +08:00
parent 24f6730572
commit 6d316c2b3f

View File

@@ -115,6 +115,7 @@ export default class GiftedDialog extends Vue {
@Prop() fromProjectId = ""; @Prop() fromProjectId = "";
@Prop() toProjectId = ""; @Prop() toProjectId = "";
@Prop() isFromProjectView = false; @Prop() isFromProjectView = false;
@Prop() hideShowAll = false;
@Prop({ default: "person" }) giverEntityType = "person" as @Prop({ default: "person" }) giverEntityType = "person" as
| "person" | "person"
| "project"; | "project";