CASH-185
CASH-185 formatting
This commit is contained in:
parent
af02cb3d57
commit
4daa2527b0
1 changed files with 2 additions and 2 deletions
|
|
@ -512,8 +512,8 @@ export default {
|
||||||
false
|
false
|
||||||
);
|
);
|
||||||
|
|
||||||
if(this.waitListRequested !== null && this.waitListRequested !== undefined) {
|
if (this.waitListRequested !== null && this.waitListRequested !== undefined) {
|
||||||
this.dispatchStoreAction(
|
this.dispatchStoreAction(
|
||||||
this.storeActions.SAVE_WAITLIST_REQUESTED,
|
this.storeActions.SAVE_WAITLIST_REQUESTED,
|
||||||
this.waitListRequested,
|
this.waitListRequested,
|
||||||
false
|
false
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue