Changes
Co-authored-by: renee-png <262607627+renee-png@users.noreply.github.com>
This commit is contained in:
co-authored by
renee-png
parent
a62a5e9635
commit
5d68a99881
@@ -55,6 +55,7 @@ export function HeaderTimer() {
|
||||
const [billable, setBillable] = useState(true);
|
||||
const [feeItems, setFeeItems] = useState<FeeItem[]>([]);
|
||||
const [feeItemId, setFeeItemId] = useState<string>("");
|
||||
const [showNewFee, setShowNewFee] = useState(false);
|
||||
|
||||
// Load clients + cases the user can access (RLS handles filtering)
|
||||
useEffect(() => {
|
||||
|
||||
Reference in New Issue
Block a user