mirror of
https://github.com/windmill-labs/windmill.git
synced 2026-08-23 08:00:45 +00:00
remove unused reactive statement (#5044)
* fix workspace color picker issue * removing useless reactive statement
This commit is contained in:
@@ -12,7 +12,6 @@
|
||||
|
||||
export let open = false
|
||||
|
||||
$: workspaceColor
|
||||
$: if (colorEnabled && !workspaceColor) generateRandomColor()
|
||||
|
||||
function generateRandomColor() {
|
||||
|
||||
Reference in New Issue
Block a user