Function name change
This commit is contained in:
@@ -132,7 +132,7 @@ Raymer * @version 1.0.0 */
|
|||||||
<button
|
<button
|
||||||
type="button"
|
type="button"
|
||||||
class="text-center text-base uppercase bg-gradient-to-b from-blue-400 to-blue-700 shadow-[inset_0_-1px_0_0_rgba(0,0,0,0.5)] text-white px-3 py-2 rounded-lg"
|
class="text-center text-base uppercase bg-gradient-to-b from-blue-400 to-blue-700 shadow-[inset_0_-1px_0_0_rgba(0,0,0,0.5)] text-white px-3 py-2 rounded-lg"
|
||||||
@click="openDialogPerson()"
|
@click="openPersonDialog()"
|
||||||
>
|
>
|
||||||
<font-awesome icon="user" />
|
<font-awesome icon="user" />
|
||||||
Person
|
Person
|
||||||
@@ -1827,7 +1827,7 @@ export default class HomeView extends Vue {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
openDialogPerson(
|
openPersonDialog(
|
||||||
giver?: GiverReceiverInputInfo | "Unnamed",
|
giver?: GiverReceiverInputInfo | "Unnamed",
|
||||||
description?: string,
|
description?: string,
|
||||||
) {
|
) {
|
||||||
|
|||||||
Reference in New Issue
Block a user