mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-09-14 00:54:32 +08:00
Fix protocol Publish button behaviour after canceling of publish action [SCI-8068] (#5081)
This commit is contained in:
parent
00c602a818
commit
0ab89db29c
1 changed files with 1 additions and 1 deletions
|
@ -158,7 +158,7 @@
|
|||
<PublishProtocol v-if="publishing"
|
||||
:protocol="protocol"
|
||||
@publish="publishProtocol"
|
||||
@close="closePublishModal"
|
||||
@cancel="closePublishModal"
|
||||
/>
|
||||
</div>
|
||||
</template>
|
||||
|
|
Loading…
Add table
Reference in a new issue