basic frontend and backend functionality. Need to test with actual livestream
This commit is contained in:
@@ -10,6 +10,7 @@ interface EditModalProps {
|
||||
form: JSX.Element;
|
||||
entity?: MusicianProps | GroupObj | EventSeriesObj;
|
||||
error?: string;
|
||||
livestream_id?: string;
|
||||
}
|
||||
|
||||
function EditModal(props: EditModalProps) {
|
||||
|
||||
Reference in New Issue
Block a user