fix: adds warning for torrentio rate limit

This commit is contained in:
2025-06-19 23:08:08 -05:00
parent 2121466322
commit fca189648b
6 changed files with 20 additions and 6 deletions

View File

@@ -1,5 +1,5 @@
<turbo-stream action="prepend" target="alert_list">
<template>
<twig:Alert :title="title|default('')" :message="message" :alert_id="alert_id" data-controller="alert" />
<twig:Alert :title="title|default('')" :message="message" :alert_id="alert_id" type="{{ type|default('success') }}" data-controller="alert" />
</template>
</turbo-stream>