mirror of
https://github.com/getredash/redash.git
synced 2026-05-09 03:03:08 -04:00
Fix: after creating new alert, it uses wrong id to load subscribers
This commit is contained in:
@@ -63,7 +63,7 @@
|
||||
</form>
|
||||
</div>
|
||||
<div class="col-md-4" ng-if="alert.id">
|
||||
<alert-subscriptions alert-id="alertId"></alert-subscriptions>
|
||||
<alert-subscriptions alert-id="alert.id"></alert-subscriptions>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user