Skip to content

Commit

Permalink
Merge branch 'main' of github.com:geo-engine/geoengine-ui into manage…
Browse files Browse the repository at this point in the history
…r-oidc
  • Loading branch information
michaelmattig committed Dec 10, 2024
2 parents ee6469a + 76ee9d3 commit 4997e23
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,9 @@ export class LayerEditorComponent implements OnChanges {
const workflowId = this.workflowId;

if (!layer || !workflowId) {
this.snackBar.open('Could not create symbology because the workflow could not be created.', 'Close', {
panelClass: ['error-snackbar'],
});
return;
}

Expand Down

0 comments on commit 4997e23

Please sign in to comment.