mirror of
https://github.com/solidtime-io/solidtime.git
synced 2026-08-14 03:02:15 +01:00
Add Euro Symbol as Billable Icon when EUR is the organization currency.
fixes #423
This commit is contained in:
@@ -76,6 +76,17 @@ watch(
|
||||
}
|
||||
);
|
||||
|
||||
// Re-run filter when items are dynamically added/removed (e.g. entity search results)
|
||||
watch(
|
||||
allItems,
|
||||
() => {
|
||||
if (filterState.search) {
|
||||
filterItems();
|
||||
}
|
||||
},
|
||||
{ deep: true }
|
||||
);
|
||||
|
||||
// Sync external searchTerm prop changes to internal state
|
||||
watch(
|
||||
() => props.searchTerm,
|
||||
|
||||
Reference in New Issue
Block a user