mirror of
https://github.com/Spythere/genera-tor.git
synced 2026-05-03 13:38:12 +00:00
Navbar dla OrderMessage i OrderList
This commit is contained in:
@@ -11,8 +11,8 @@
|
||||
<br />
|
||||
Dodano: {{ new Date(order.createdAt).toLocaleString('pl-PL') }}
|
||||
<br />
|
||||
<button class="g-button" @click="selectLocalOrder(order)">Wybierz</button>
|
||||
<button class="g-button" @click="removeOrder(order)">Usuń</button>
|
||||
<button class="g-button action" @click="selectLocalOrder(order)">Wybierz</button>
|
||||
<button class="g-button action" @click="removeOrder(order)">Usuń</button>
|
||||
</li>
|
||||
</ul>
|
||||
</section>
|
||||
|
||||
Reference in New Issue
Block a user