Fix: Reload was not working due to changes in how Signals and inputs work. On reload, the input does not change so the resource does not fetch new data.
This commit is contained in:
@@ -32,12 +32,12 @@ a
|
||||
text-decoration: underline
|
||||
|
||||
|
||||
button.mat-primary
|
||||
button.mat-primary:not(:disabled)
|
||||
background: var(--mat-sys-primary) !important
|
||||
color: var(--mat-sys-on-primary) !important
|
||||
|
||||
|
||||
button.mat-warn
|
||||
button.mat-warn:not(:disabled)
|
||||
background: var(--mat-sys-error) !important
|
||||
color: var(--mat-sys-on-error) !important
|
||||
|
||||
|
||||
Reference in New Issue
Block a user