mirror of
https://github.com/hazemKrimi/crimson-quirks-ui.git
synced 2026-05-02 02:30:29 +00:00
Update project creation process
This commit is contained in:
@@ -68,10 +68,7 @@ const AddProject = () => {
|
||||
chosenDeliverables,
|
||||
setChosenDeliverables,
|
||||
] = useState<DelivrableInput>();
|
||||
const [
|
||||
chosenPaymentOption,
|
||||
setChosenPaymentOption,
|
||||
] = useState<PaymentOptionInput>();
|
||||
const [, setChosenPaymentOption] = useState<PaymentOptionInput>();
|
||||
const [chosenPlatforms, setChosenPlatforms] = useState<Array<string>>([]);
|
||||
const [selectedFeature, setSelectedFeature] = useState<FeatureOutput>();
|
||||
const [categories, setCategories] = useState<Array<CategoryOutput>>([]);
|
||||
|
||||
@@ -88,7 +88,7 @@ const Project = () => {
|
||||
|
||||
return role !== 'admin' ? (
|
||||
<>
|
||||
{!projectLoading && !projectLoading && !prototypeLoading ? (
|
||||
{!projectsLoading && !projectLoading && !prototypeLoading ? (
|
||||
<>
|
||||
{project ? (
|
||||
<Wrapper>
|
||||
|
||||
Reference in New Issue
Block a user