From a1007c14ce69473594387bf233c781301d4ea7cb Mon Sep 17 00:00:00 2001 From: Reese <10563996+reesercollins@users.noreply.github.com> Date: Fri, 7 Oct 2022 13:42:38 -0400 Subject: [PATCH] Prevent invalid filter values from being saved (#215) By assuming that all input is invalid until the api tells us otherwise, we can prevent the user from clicking the save button in the time between the value being entered and the api returning.