mirror of
https://github.com/hcengineering/platform.git
synced 2025-04-16 21:35:10 +00:00
Fix ApplicationPresenter (#279)
Signed-off-by: Alexander Platov <sas_lord@mail.ru>
This commit is contained in:
parent
a5809075ec
commit
722298ba78
@ -33,6 +33,6 @@ function show() {
|
|||||||
|
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<div on:click={show}>
|
<div class="sm-tool-icon" on:click={show}>
|
||||||
<IconFile size={'small'}/> {shortLabel}-{value.number}
|
<span class="icon"><IconFile size={'small'}/></span>{shortLabel}-{value.number}
|
||||||
</div>
|
</div>
|
||||||
|
Loading…
Reference in New Issue
Block a user