Browse Source

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

pull/155/head
Jose Olarte III 6 days ago
parent
commit
6d316c2b3f
  1. 1
      src/components/GiftedDialog.vue

1
src/components/GiftedDialog.vue

@ -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";

Loading…
Cancel
Save