Skip to content

Commit

Permalink
Update 14/umbraco-cms/customizing/extending-overview/extension-types/…
Browse files Browse the repository at this point in the history
…condition.md

Co-authored-by: sofietoft <[email protected]>
  • Loading branch information
nielslyngsoe and sofietoft authored Dec 12, 2024
1 parent f828666 commit 4f0de47
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ export const manifest: UmbExtensionManifest = {
}
```

As can be seen in the code above, we did not make use of the configuration property `match` for our condition. We can do this by replacing the timeout with some other check:
As shown in the code above, the configuration property `match` isn't used for our condition. We can do this by replacing the timeout with some other check:

```typescript
// ...
Expand Down

0 comments on commit 4f0de47

Please sign in to comment.