forked from jsnbuchanan/crowd-funder-for-time-pwa
Fix: restored prop to show/hide "Show All"
This commit is contained in:
@@ -115,6 +115,7 @@ export default class GiftedDialog extends Vue {
|
||||
@Prop() fromProjectId = "";
|
||||
@Prop() toProjectId = "";
|
||||
@Prop() isFromProjectView = false;
|
||||
@Prop() hideShowAll = false;
|
||||
@Prop({ default: "person" }) giverEntityType = "person" as
|
||||
| "person"
|
||||
| "project";
|
||||
|
||||
Reference in New Issue
Block a user