diff options
author | Adam T. Carpenter <atc@53hor.net> | 2020-11-13 10:11:21 -0500 |
---|---|---|
committer | Adam T. Carpenter <atc@53hor.net> | 2020-11-13 10:11:21 -0500 |
commit | a71c91289f87f4c01a5e3c87b5f00a2912fd07d6 (patch) | |
tree | 58edd8469c6a24bebc69dda43861e0ae2c6faed2 /iridescence/src/components/admin | |
parent | 23272d18ef2eccd1a451bbd2aefb1f067b30962b (diff) | |
download | theglassyladies-a71c91289f87f4c01a5e3c87b5f00a2912fd07d6.tar.xz theglassyladies-a71c91289f87f4c01a5e3c87b5f00a2912fd07d6.zip |
fixed oldid in newproduct, shoved filter functionality into search/sort
(at least for initial deploy)
Diffstat (limited to 'iridescence/src/components/admin')
-rw-r--r-- | iridescence/src/components/admin/NewProduct.vue | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/iridescence/src/components/admin/NewProduct.vue b/iridescence/src/components/admin/NewProduct.vue index cd8a93e..3d2e1f2 100644 --- a/iridescence/src/components/admin/NewProduct.vue +++ b/iridescence/src/components/admin/NewProduct.vue @@ -17,7 +17,7 @@ <button class="delete" @click="toggleModal"></button> </header> <section class="modal-card-body"> - <ProductEditCard v-bind:index="-1"></ProductEditCard> + <ProductEditCard v-bind:oldid="-1"></ProductEditCard> </section> <footer class="modal-card-foot"></footer> </div> |