-
Notifications
You must be signed in to change notification settings - Fork 12
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Frontend update to reflect new Agency options without "All" #317
base: main
Are you sure you want to change the base?
Conversation
michelleln
commented
Nov 2, 2024
- when agency_selected is updated, the useEffect should override dataflow_selected to None
- when the page first loads, call the Jaden/Tomas funciton propogate_agency_options (name TBD) which shouldnt take in any paramters and returns a list of objects that represents the initial values for the agency dropdown options. Pass this into make_components to populate the agency dropdowns
…ow_selected to None when the page first loads, call the Jaden/Tomas funciton propogate_agency_options
@@ -0,0 +1,33 @@ | |||
# Generated by Django 3.2.16 on 2024-11-01 19:50 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please delete this migrations @michelleln
@@ -19,9 +19,8 @@ volumes: | |||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please revert this @michelleln
I think it is because of autoformat from your side
@@ -11,9 +11,9 @@ | |||
# __date__ = '13/06/2023' | |||
# __copyright__ = ('Copyright 2023, Unicef') | |||
|
|||
FROM ubuntu:20.04 AS prod |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Also please don't include this to commit
I will update Dockerfile to split between arm and non arm
Hi @michelleln |