mirror of
https://github.com/Spythere/genera-tor.git
synced 2026-05-03 13:38:12 +00:00
hotfix
This commit is contained in:
@@ -21,7 +21,7 @@
|
||||
v-if="!order.orderVersion || order.orderVersion != ORDER_VERSION"
|
||||
class="wrong-order-indicator"
|
||||
tabindex="0"
|
||||
data-tooltip="Niepoprawny format rozkazu, może generować złe informacje!"
|
||||
data-tooltip="Przestarzała wersja rozkazu! Może generować złe informacje!"
|
||||
>⚠
|
||||
</span>
|
||||
<br />
|
||||
|
||||
@@ -155,8 +155,6 @@ export default defineComponent({
|
||||
(this.store.orderFooter as any)[key] = localOrderFooter[key];
|
||||
}
|
||||
|
||||
console.log('loading');
|
||||
|
||||
this.store.chosenOrderType = localOrder.orderType;
|
||||
this.store.chosenLocalOrderId = localOrder.id;
|
||||
this.store.orderMode = 'OrderMessage';
|
||||
|
||||
Reference in New Issue
Block a user