mirror of
https://github.com/hasura/graphql-engine.git
synced 2024-12-15 01:12:56 +03:00
ci: ignore two file changes for chromatic ui review
PR-URL: https://github.com/hasura/graphql-engine-mono/pull/7859 GitOrigin-RevId: 9fdcaf936c2fae7f64910de2003d31ac421e25c9
This commit is contained in:
parent
2516a6a028
commit
90c1b21c21
@ -46,7 +46,7 @@ const OneOffScheduledEventForm = (props: Props) => {
|
||||
tooltip="A statement to help describe the scheduled event in brief"
|
||||
/>
|
||||
</div>
|
||||
<div className="mb-md">
|
||||
<div className="mb-md chromatic-ignore">
|
||||
<ScheduledTime />
|
||||
</div>
|
||||
<div className="mb-md">
|
||||
|
@ -33,6 +33,7 @@ WithSurvey.parameters = {
|
||||
onboardingDataEmptyActivity,
|
||||
fetchUnansweredSurveysHandler,
|
||||
],
|
||||
chromatic: { disableSnapshot: true },
|
||||
};
|
||||
|
||||
export const WithoutSurvey: Story = () => {
|
||||
|
Loading…
Reference in New Issue
Block a user