From bb4db3ca8486cf1cd3c186ba2ca173bacd73228b Mon Sep 17 00:00:00 2001 From: Luc Didry Date: Thu, 28 Nov 2024 16:16:53 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20-=20Fix=20domain=20status=20sele?= =?UTF-8?q?ctor=E2=80=99s=20bug=20on=20page=20refresh?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 1 + argos/server/templates/domains.html | 10 ++-------- 2 files changed, 3 insertions(+), 8 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cadb2e7..62433ae 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,7 @@ ## [Unreleased] - 🐛 - Fix database migrations without default values +- 🐛 - Fix domain status selector’s bug on page refresh ## 0.6.0 diff --git a/argos/server/templates/domains.html b/argos/server/templates/domains.html index e9d9d4b..ba542c6 100644 --- a/argos/server/templates/domains.html +++ b/argos/server/templates/domains.html @@ -71,7 +71,7 @@ {% endblock content %}