mirror of
https://github.com/GNS3/gns3-server.git
synced 2024-11-16 16:54:51 +02:00
Fix error when updating a link style. Fixes https://github.com/GNS3/gns3-gui/issues/2461
This commit is contained in:
parent
8aada49414
commit
c4c71cc838
@ -213,7 +213,6 @@ class Link:
|
||||
async def update_link_style(self, link_style):
|
||||
if link_style != self._link_style:
|
||||
self._link_style = link_style
|
||||
await self.update()
|
||||
self._project.emit_notification("link.updated", self.__json__())
|
||||
self._project.dump()
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user